| NumericEpsilonD Property |
Gets or sets the tolerance value used for comparison of double values.
Namespace: DigitalRune.MathematicsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static double EpsilonD { get; set; }
Public Shared Property EpsilonD As Double
Get
Set
public:
static property double EpsilonD {
double get ();
void set (double value);
}
static member EpsilonD : float with get, set
Property Value
Type:
DoubleThe epsilon for double-precision floating-point.
Exceptions Remarks
This value can be changed to set a new value for all subsequent comparisons.
See Also