Difference between revisions of "FracPortion"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the fractional portion of the specified numerical expression while retaing the sign. ==== Usage ==== <syntaxhighlight>FracPortion(Value)</syntaxhighlight> Where: ...")
(No difference)

Revision as of 14:07, 26 January 2012

Returns the fractional portion of the specified numerical expression while retaing the sign.

Usage

FracPortion(Value)

Where: Value - a numerical expression

Example

FracPortion(-45.275) will return a value of -0.275 

FracPortion(1385) will return a value of 0