Click or drag to resize
MathUtilsFloorToInt Method
Converts the specified float value to the floor value as an integer. The largest integer less than or equal the specified value is returned.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static int FloorToInt(
	float value
)

Parameters

value
Type: SystemSingle
Value to convert.

Return Value

Type: Int32
Floor integer for the specified float value.
See Also