Ceiling

From MultiCharts
Jump to navigation Jump to search

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.