PrecisionIs |
Name | Description | |
---|---|---|
![]() | IsSmallerNumbersBetween(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. |
![]() | IsSmallerNumbersBetween(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. |