Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the greatest integer less than or equal to its numeric argument.
Syntax
Math.floor(number)
Remarks
The required 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.
Applies To: Math Object (Windows Scripting - JScript)