'round()' Syntax, Parameters and Note : round « Javascript Methods « JavaScript Reference

'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.

    

      
      








Related examples in the same category

1.'round()' Example
2.'round()' is applied to