Checks if value is almost zero, using the internal tolerance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsAlmostZero(
double value
)
Parameters
- value Double
-
The value to check.
Return Value
Boolean
True if value is almost zero, false otherwise.
Exceptions
See Also
Reference