FpcLowAccuracy

From MultiCharts
Revision as of 13:10, 13 February 2012 by Admin (talk | contribs) (Reverted edits by 176.8.90.7 (talk) to last revision by JoshM)
(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-10; can be substituted by a numerical value of 1.

Usage

SetFPCompareAccuracy(fpcLowAccuracy);

or:

SetFPCompareAccuracy(1);

Example

Set the floating point compare accuracy to Low:

SetFPCompareAccuracy(fpcLowAccuracy);

Set the floating point compare accuracy to Low:

SetFPCompareAccuracy(1);