MathComparisonUtils.IsAlmostZero
Description:
Checks if value is almost zero, using the internal tolerance.
Checks if value is almost zero, using the internal tolerance.
public static bool IsAlmostZero(
double value
)
-
DoublevalueThe value to check.
Return Value
bool
True if value is almost zero, false otherwise.
-
The given value for value is not finite