Round

From MultiCharts
Revision as of 14:22, 26 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the value of one specified numerical expression rounded to the number of decimal places specified by another. ==== Usage ==== <syntaxhighlight>Round(Value,Precision...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the value of one specified numerical expression rounded to the number of decimal places specified by another.

Usage

Round(Value,Precision)

Where: Value - a numerical expression

Precision - a numerical expression

Example

Round(1.237,2) will return a value of 1.24 

Round(-5.7744,3) will return a value of 5.774