NumericalPropagator.TakeStep Method (Double) |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PropagationEventIndication TakeStep(
double maxStepSize
)
Public Function TakeStep (
maxStepSize As Double
) As PropagationEventIndication
public:
PropagationEventIndication TakeStep(
double maxStepSize
)
member TakeStep :
maxStepSize : float -> PropagationEventIndication
Parameters
- maxStepSize
- Type: System.Double
The maximum step size the integrator can take while advancing the state.
The sign of this maximum step size will determine (set) the PropagationDirection.
If positive, it will be Increasing and if negative it will be
Decreasing from the CurrentTime.
Return Value
Type:
PropagationEventIndicationThe indication of how propagation should proceed after this step, as produced by the
StepTaken event handler.
See Also