×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Ceiling - MultiCharts
Open main menu

Ceiling

Revision as of 06:09, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.