VGConstants.FuzzReal 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.
Delta value used for floating point comparisons where values are really supposed to be equal, i.e. approximately the smallest difference representable as a double
public: double FuzzReal = 1E-15;
public const double FuzzReal = 1E-15;
val mutable FuzzReal : double
Public Const FuzzReal As Double = 1E-15