AbsValue

From MultiCharts
Revision as of 06:02, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the absolute value of the specified numerical expression.

Usage

AbsValue(Value)

Where:

Value - a numerical expression.

Example

AbsValue(45.275);

Will return a value of 45.275.

AbsValue(-1385);

Will return a value of 1385.