FpcMedAccuracy

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

A constant used in combination with SetFPCompareAccuracy to designate the floating point compare tolerance value of 2.2204460492503131e-12; can be substituted by a numerical value of 2.

Usage

SetFPCompareAccuracy(fpcMedAccuracy);

or:

SetFPCompareAccuracy(2);

Example

Set the floating point compare accuracy to Medium:

SetFPCompareAccuracy(fpcMedAccuracy);

Set the floating point compare accuracy to Medium:

SetFPCompareAccuracy(2);