Microsoft® JScript ceil Method |
Language Reference |
Determines the smallest integer greater than or equal to its numeric argument.
Math.ceil( number )
The 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.