Returns the ceiling value
Device + Agent
Name | Type | Description |
---|---|---|
value | Float/integer |
Any numerical value
|
Float — the ceiling value
This function returns a floating-point value representing the nearest whole number that is greater than or equal to the value passed to it. If that value is an integer it will, by definition, be the value math.ceil() returns, albeit as float not an integer.