Ceiling

From MultiCharts
Revision as of 14:02, 26 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the smallest integer greater than or equal to the specified numerical expression. ==== Usage ==== <syntaxhighlight>Ceiling(Value)</syntaxhighlight> Where: [[Value...")
(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

Example

Ceiling(9.1) will return a value of 10 

Ceiling(-2.85) will return a value of -2