NumericalPropagator.TakeStep Method |
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()
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