×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

FpcVeryLowAccuracy - MultiCharts
Open main menu

FpcVeryLowAccuracy

Revision as of 12:12, 23 January 2012 by 194.84.116.138 (talk) (Created page with "Constant, used in combination with SetFPCompareAccuracy to designate the floating point compare tolerance value of 2.2204460492503131e-8; can be substituted by a numerical...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Constant, used in combination with SetFPCompareAccuracy to designate the floating point compare tolerance value of 2.2204460492503131e-8; can be substituted by a numerical value of 0.

Usage

SetFPCompareAccuracy(fpcVeryLowAccuracy)

or:

SetFPCompareAccuracy(0)

Example

Set the floating point compare accuracy to Very Low:

SetFPCompareAccuracy(fpcVeryLowAccuracy);

Set the floating point compare accuracy to Very Low:

SetFPCompareAccuracy(0);