Square

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

Returns the square of the value of the specified numerical expression.

Usage

Square(Value);

Where:

Value - a numerical expression.

Example

Square(2.5);

Will return a value of 6.25.