ceil Method (Windows Scripting - JScript)
Returns the smallest integer greater than or equal to its numeric argument.
Syntax
Math.ceil(number)
Remarks
The required number argument is a numeric expression.
The return value is an integer value equal to the smallest integer greater than or equal to its numeric argument.
Applies To: Math Object (Windows Scripting - JScript)
Requirements
See Also
floor Method (Windows Scripting - JScript)
Math Object (Windows Scripting - JScript)