VGConstants.FuzzGeneral Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tolerance value used for floating point comparisons where values are considered equal within normal tolerance, i.e. to within nine decimal digits
public: double FuzzGeneral = 1E-09;
public const double FuzzGeneral = 1E-09;
val mutable FuzzGeneral : double
Public Const FuzzGeneral As Double = 1E-09