RVTDocs.com

MathComparisonUtils.IsAlmostZero

Method
Description:
Checks if value is almost zero, using the internal tolerance.
Syntax
public static bool IsAlmostZero(
	double value
)
Parameters
Parameter Type Description
value Double The value to check.
Return Value
Type Description
Boolean True if value is almost zero, false otherwise.
Exceptions
Exception Condition
ArgumentException The given value for value is not finite