JulianDateStoppingConditionConstraintThreshold Property |
Gets or sets the threshold used to compare with the states
time.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public JulianDate Threshold { get; set; }
Public Property Threshold As JulianDate
Get
Set
public:
property JulianDate Threshold {
JulianDate get ();
void set (JulianDate value);
}
member Threshold : JulianDate with get, set
Property Value
Type:
JulianDateSee Also