Floor
floor( a )
Returns a rounded down to the closest integer.
Description
floor( a )
Returns the value of a rounded down to the closest integer.
Parameters
a | Value |
Return value
This function returns the largest integral value not greater than a.
Example usage
floor(7.89)
Returns 7.