Click or drag to resize

StoppingConditionEvaluatorInitialize Method

Initialize the StoppingConditionEvaluator with the initial state of propagation. This method is useful if the value that the StoppingConditionEvaluator evaluates is related to the initial state (for example, if this StoppingConditionEvaluator value is the span of time from the start of propagation to whatever the current time is, you will need to store that initial date in the derived type).

When overriding this method, the base method must be called.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual void Initialize(
	ITimeBasedState initialState
)

Parameters

initialState
Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state of propagation.
See Also