Description
Wiki Description
Calculates the smallest integer greater than or equal to the passed in value.
Documentation Comment
Calculates the ceiling of the passed in value - the smallest integer greater than or equal to the value
Parameters
floatafValue
CK Wiki Description
The value to get the ceiling of.
Examples
No human-generated examples found for this function.
Auto-Generated Example
float myFloat__afValue
int returnedValue = Math.Ceiling(myFloat__afValue)