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