FpcVeryHighAccuracy

From MultiCharts
Revision as of 12:10, 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-16; can be substituted by a numerica...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Usage

SetFPCompareAccuracy(fpcVeryHighAccuracy)

or:

SetFPCompareAccuracy(4)

Example

Set the floating point compare accuracy to Very High:

SetFPCompareAccuracy(fpcVeryHighAccuracy);

Set the floating point compare accuracy to Very High:

SetFPCompareAccuracy(4);