 | MathUtilsCeil Method |
Returns the smallest integral value that is greater than or equal to the specified value.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static float Ceil(
float value
)
Public Shared Function Ceil (
value As Single
) As Single
public:
static float Ceil(
float value
)
static member Ceil :
value : float32 -> float32
Parameters
- value
- Type: SystemSingle
Value to ceil.
Return Value
Type:
SingleSmallest integral value that is greater than or equal to the specified value.
See Also