Javascript Methods JavaScript Reference

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