FpcVeryLowAccuracy

From MultiCharts
Jump to navigation Jump to search

A 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);