Click or drag to resize

PrecisionIsLargerNumbersBetween Method

Overload List
 NameDescription
Public Extension MethodIsLargerNumbersBetween(Double, Double, Int64) Compares two doubles and determines if the first value is larger than the second value to within the tolerance or not. Equality comparison is based on the binary representation.
Public Extension MethodIsLargerNumbersBetween(Single, Single, Int64) Compares two doubles and determines if the first value is larger than the second value to within the tolerance or not. Equality comparison is based on the binary representation.
Top
See Also