Microsoft® JScript™
ceil Method
Language Reference |
Version 1 |

See Also                  Applies To


Description

Determines the smallest integer greater than or equal to its numeric argument.

Syntax
Math.ceil(number)

The number argument is a numeric expression.

Remarks

The return value is an integer value equal to the smallest integer greater than or equal to its numeric argument.


© 1997 Microsoft Corporation. All rights reserved.