+1 888 340 6572

Ceiling

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns the smallest integer greater than or equal to the specified numerical expression.

Usage

Ceiling(Value);

Where:

Value - a numerical expression.

Examples

Ceiling(9.1);

Will return a value of 10.

Ceiling(-2.85);

Will return a value of -2.