Difference between revisions of "FpcLowAccuracy"

From MultiCharts
Jump to navigation Jump to search
m
Line 1: Line 1:
 
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.  
 
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 ==
+
http://www.buyxanaxonlinepill.com/ buy xanax - xanax
<syntaxhighlight>SetFPCompareAccuracy(fpcLowAccuracy);</syntaxhighlight>
 
  
or:
 
 
<syntaxhighlight>SetFPCompareAccuracy(1);</syntaxhighlight>
 
 
 
== Example ==
 
== Example ==
 
Set the floating point compare accuracy to Low:
 
Set the floating point compare accuracy to Low:

Revision as of 21:42, 11 February 2012

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.

http://www.buyxanaxonlinepill.com/ buy xanax - xanax

Example

Set the floating point compare accuracy to Low:

SetFPCompareAccuracy(fpcLowAccuracy);

Set the floating point compare accuracy to Low:

SetFPCompareAccuracy(1);