NumericalPropagatorTakeStep 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 TakeStep()
Public Function TakeStep As PropagationEventIndication
public:
PropagationEventIndication TakeStep()
member TakeStep : unit -> PropagationEventIndication
Return Value
Type:
PropagationEventIndicationThe indication of how propagation should proceed after this step, as produced by the
StepTaken event handler.
Remarks See Also