Click or drag to resize

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
Syntax
C#
public static int FloorToInt(
	float x
)

Parameters

x
Type: SystemSingle

Return Value

Type: Int32
See Also