FilterDoubleRuleEpsilon Property |
The tolerance within which two floating-point values may be considered equal.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double Epsilon { get; set; }
Public Property Epsilon As Double
Get
Set
public:
property double Epsilon {
double get ();
void set (double value);
}
member Epsilon : float with get, set
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: The given value for epsilon is not finite
-or-
When setting this property: The given value for epsilon is not a number
|
See Also