Click or drag to resize
DigitalRuneNumeric Properties

The Numeric type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEpsilonD
Gets or sets the tolerance value used for comparison of double values.
Public propertyStatic memberEpsilonDSquared
Gets the squared tolerance value used for comparison of double values. (EpsilonD * EpsilonD).
Public propertyStatic memberEpsilonF
Gets or sets the tolerance value used for comparison of float values.
Public propertyStatic memberEpsilonFSquared
Gets the squared tolerance value used for comparison of float values. (EpsilonF * EpsilonF).
Top
See Also