| Name | Description |
---|
| AlmostEqualNorm(Double, Double, Double, Double) |
Compares two doubles and determines if they are equal
within the specified maximum absolute error.
|
| AlmostEqualNorm(Double, Double, Double, Int32) |
Compares two doubles and determines if they are equal to within the specified number of decimal places or not, using the
number of decimal places as an absolute measure.
|
| AlmostEqualNormT(T, T, Double) |
Compares two doubles and determines if they are equal
within the specified maximum absolute error.
|
| AlmostEqualNormT(T, T, Int32) |
Compares two doubles and determines if they are equal to within the specified number of decimal places or not, using the
number of decimal places as an absolute measure.
|