Click or drag to resize
DigitalRuneNumericEpsilonD Property
Gets or sets the tolerance value used for comparison of double values.

Namespace: DigitalRune.Mathematics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static double EpsilonD { get; set; }

Property Value

Type: Double
The epsilon for double-precision floating-point.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative or 0.
Remarks
This value can be changed to set a new value for all subsequent comparisons.
See Also