<Code Lib>
M

MathComparisonUtils.IsAlmostZero

Description:
Checks if value is almost zero, using the internal tolerance.

public static bool IsAlmostZero(
	double value
)

  • value
    The value to check.
Return Value Boolean True if value is almost zero, false otherwise.

Loading…