M

MathComparisonUtils.IsAlmostZero

Description:
Checks if value is almost zero, using the internal tolerance.
public static bool IsAlmostZero(
	double value
)
  • Double
    value
    The value to check.
Return Value bool True if value is almost zero, false otherwise.