Share via


VGConstants.FuzzReal Field

Definition

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

Field Value

Value = 1E-15

Applies to