Click or drag to resize

JulianDateStoppingConditionConstraint Constructor (JulianDate, Duration, WhenToCheckConstraint, InequalityCondition)

Initializes a new instance.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public JulianDateStoppingConditionConstraint(
	JulianDate threshold,
	Duration tolerance,
	WhenToCheckConstraint whenToCheck,
	InequalityCondition inequality
)

Parameters

threshold
Type: AGI.Foundation.TimeJulianDate
The threshold to compare with the states time.
tolerance
Type: AGI.Foundation.TimeDuration
The tolerance to use when comparing the threshold with the states time.
whenToCheck
Type: AGI.Foundation.StoppingConditionsWhenToCheckConstraint
Should this constraint be checked when the stop is detected or when the exact stop is found.
inequality
Type: AGI.Foundation.StoppingConditionsInequalityCondition
How to compare the computed value with the threshold.
See Also