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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DurationSee Also