AccessConstraintEvaluatorTolerance Property |
Gets or sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Tolerance { get; protected set; }
Public Property Tolerance As Double
Get
Protected Set
public:
property double Tolerance {
double get ();
protected: void set (double value);
}
member Tolerance : float with get, set
Property Value
Type:
DoubleSee Also