Click or drag to resize
MathUtilsCeilToInt Method
Converts the specified float value to the ceil value as an integer. The smallest integer bigger 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 CeilToInt(
	float value
)

Parameters

value
Type: SystemSingle
Value to convert.

Return Value

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