Click or drag to resize

PrecisionIsSmallerNumbersBetween Method

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