Returns a rounded down to the closest integer.
floor( a )
Returns the value of a rounded down to the closest integer.
a
This function returns the largest integral value not greater than a.
floor(7.89)
Returns 7.