NumericalPropagatorRestep Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PropagationEventIndication Restep(
double stepSize
)
Public Function Restep (
stepSize As Double
) As PropagationEventIndication
public:
PropagationEventIndication Restep(
double stepSize
)
member Restep :
stepSize : float -> PropagationEventIndication
Parameters
- stepSize
- Type: SystemDouble
The exact size of the step to take since the last time, which will replace
PreviousStepSize. The sign of the step will determine (set) the PropagationDirection.
If the sign is positive, time 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