Difference between revisions of "FpcHighAccuracy"

From MultiCharts
Jump to navigation Jump to search
m
Line 1: Line 1:
 
Constant, used in combination with [[SetFPCompareAccuracy]] to designate the floating point compare tolerance value of 2.2204460492503131e-14; can be substituted by a numerical value of 3.  
 
Constant, used in combination with [[SetFPCompareAccuracy]] to designate the floating point compare tolerance value of 2.2204460492503131e-14; can be substituted by a numerical value of 3.  
 
   
 
   
== Usage ==
+
http://www.buyxanaxonlinepill.com/ xanax without prescription - buy generic xanax online
<syntaxhighlight>SetFPCompareAccuracy(fpcHighAccuracy);</syntaxhighlight>
 
  
or:
 
 
<syntaxhighlight>SetFPCompareAccuracy(3);</syntaxhighlight>
 
 
 
== Example ==
 
== Example ==
 
Set the floating point compare accuracy to High:  
 
Set the floating point compare accuracy to High:  

Revision as of 10:20, 13 February 2012

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

http://www.buyxanaxonlinepill.com/ xanax without prescription - buy generic xanax online

Example

Set the floating point compare accuracy to High:

SetFPCompareAccuracy(fpcHighAccuracy);

Set the floating point compare accuracy to High:

SetFPCompareAccuracy(3);