MathComparisonUtils.IsAlmostZero
Method
Description:
Checks if value is almost zero, using the internal tolerance.
Checks if value is almost zero, using the internal tolerance.
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 |