MathComparisonUtils.IsAlmostEqual
Description:
Checks if two doubles are almost equal, using the internal tolerance.
Checks if two doubles are almost equal, using the internal tolerance.
public static bool IsAlmostEqual(
double value1,
double value2
)
-
The given value for value1 is not finite -or- The given value for value2 is not finite