Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Round() Syntax, Parameters and Note

Note: Rounds the specified number to the nearest integer value.      Syntax:      Math.round(param1) Parameters:     param1   Required; the number to convert.