Click or drag to resize

PrecisionAlmostEqualNumbersBetween Method

Overload List
 NameDescription
Public Extension MethodAlmostEqualNumbersBetween(Double, Double, Int64) Compares two doubles and determines if they are equal to within the tolerance or not. Equality comparison is based on the binary representation.
Public Extension MethodAlmostEqualNumbersBetween(Single, Single, Int32) Compares two floats and determines if they are equal to within the tolerance or not. Equality comparison is based on the binary representation.
Top
See Also