 | MathiFloorToInt Method |
Returns the highest integer equal to the given float.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static int FloorToInt(
float x
)
Parameters
- x
- Type: SystemSingle
Return Value
Type:
Int32
See Also