Microsoft® JScript™ floor Method |
Language Reference Version 1
|
Computes the greatest integer less than or equal to its numeric argument.
Math.floor(number)The number argument is a numeric expression.
The return value is an integer value equal to the greatest integer less than or equal to its numeric argument.