Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Floor() Syntax, Parameters and Note

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