JulianDateStoppingConditionConstraintTolerance Property  | 
 
            Gets or sets the tolerance to be used when comparing the computed states time with the 
Threshold.
            
 
    Namespace: 
   AGI.Foundation.StoppingConditions
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Duration Tolerance { get; set; }Public Property Tolerance As Duration
	Get
	Set
public:
property Duration Tolerance {
	Duration get ();
	void set (Duration value);
}member Tolerance : Duration with get, set
Property Value
Type: 
Duration
See Also