PrecisionAlmost |
Name | Description | |
---|---|---|
AlmostEqualNumbersBetween(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. | |
AlmostEqualNumbersBetween(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. |