Click or drag to resize
DigitalRuneNumericEpsilonFSquared Property
Gets the squared tolerance value used for comparison of float values. (EpsilonF * EpsilonF).

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

Property Value

Type: Single
The squared epsilon for single-precision floating-point.
See Also