FpcExactAccuracy

From MultiCharts
Jump to navigation Jump to search

A constant used in combination with SetFPCompareAccuracy to designate the floating point compare tolerance value of 0.00; can be substituted by a numerical value of 5.

Usage

SetFPCompareAccuracy(fpcExactAccuracy);

or:

SetFPCompareAccuracy(5);

Example

Set the floating point compare accuracy to Exact:

SetFPCompareAccuracy(fpcExactAccuracy);

Set the floating point compare accuracy to Exact:

SetFPCompareAccuracy(5);