Click or drag to resize
DigitalRuneNumericEpsilonDSquared Property
Gets the squared tolerance value used for comparison of double values. (EpsilonD * EpsilonD).

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

Property Value

Type: Double
The squared epsilon for double-precision floating-point.
See Also