+1 888 340 6572

FpcVeryHighAccuracy

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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