Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Ceil() Syntax, Parameters and Note

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