Ceiling

From MultiCharts
Revision as of 06:09, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.