Microsoft® JScript
ceil Method
Language Reference 

See Also


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.


© 1996 by Microsoft Corporation.

Casa de Bender