Javascript Methods JavaScript Reference

Note:
Rounds the number down to the nearest integer.
    
Syntax:
    
Math.floor(param1)
Parameters:
    param1   Required; the number to convert.