Click or drag to resize

SinglePointStoppablePropagatorGetPropagatorsRecommendedStep Method

Gets the step size that the underlying propagator recommends to step. Note that StoppingConditions can know how to sample themselves and if their step size will be used if it is smaller than the propagators recommended value. Also when this StoppablePropagator is restepping to find the exact event, this value will be ignored.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override Duration GetPropagatorsRecommendedStep()

Return Value

Type: Duration
The step size recommended by the wrapped propagator.
See Also