| NumericEpsilonFSquared Property |
Gets the squared tolerance value used for comparison of
float values.
(
EpsilonF *
EpsilonF).
Namespace: DigitalRune.MathematicsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static float EpsilonFSquared { get; }
Public Shared ReadOnly Property EpsilonFSquared As Single
Get
public:
static property float EpsilonFSquared {
float get ();
}
static member EpsilonFSquared : float32 with get
Property Value
Type:
SingleThe squared epsilon for single-precision floating-point.
See Also