Click or drag to resize
MathUtilsCeil Method
Returns the smallest integral value that is greater than or equal to the specified value.

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

Parameters

value
Type: SystemSingle
Value to ceil.

Return Value

Type: Single
Smallest integral value that is greater than or equal to the specified value.
See Also