Click or drag to resize

Mathi Class

Note: This API is now obsolete.

Contains methods for integer arithmetic that works consistently for both positive and negative integers.
Inheritance Hierarchy
SystemObject
  Gamelogic.GridsMathi

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 0, 0)]
[ObsoleteAttribute("Use the methods ins GLMathf instead.")]
public static class Mathi

The Mathi type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDiv
Floor division that also work for negative m.
Public methodStatic memberFloorToInt
Returns the highest integer equal to the given float.
Public methodStatic memberFrac
Public methodStatic memberMod
Mod operator that also works for negative m.
Public methodStatic memberSine(Int32)
Public methodStatic memberSine(Single)
Top
See Also