StoppablePropagatorGetPropagatorsRecommendedStep 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: 25.1.421.0 (25.1.421.0)
Syntaxprotected abstract Duration GetPropagatorsRecommendedStep()
Protected MustOverride Function GetPropagatorsRecommendedStep As Duration
protected:
virtual Duration GetPropagatorsRecommendedStep() abstract
abstract GetPropagatorsRecommendedStep : unit -> Duration 
Return Value
Type: 
DurationThe step size recommended by the wrapped propagator.
See Also