floor
The floor
function evaluates a decimal number and returns the largest integer less than or equal to the decimal number.
Syntax
floor( number )
Arguments
number
-
The decimal number to be evaluated.
Returns
The nearest integer less than or equal to number
.
Defined
Gecko support
Supported.