Click or drag to resize

DoubleCompareOption Enumeration

Contains the options that can be passed to a double comparison function to specify the method to compare doubles.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public enum DoubleCompareOption
Members
  Member nameValueDescription
Margin0Compare two doubles by looking if the difference is within a specific margin.
SignificantDigits1Compare two doubles by looking at their significant digits.
See Also