Checks if value1 is greater than or almost equal to value2, using the internal tolerance.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public static bool IsGreaterThanOrAlmostEqual( double value1, double value2 )
Parameters
Return Value
BooleanTrue if value1 is greater than or almost equal to value2, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The given value for value1 is not finite -or- The given value for value2 is not finite |
