NumericalPropagatorDefinitionCreatePropagator Method |
Creates an object which can propagate the state over spans of time
or manually step the state from one time to the next.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NumericalPropagator CreatePropagator()
Public Function CreatePropagator As NumericalPropagator
public:
NumericalPropagator^ CreatePropagator()
member CreatePropagator : unit -> NumericalPropagator
Return Value
Type:
NumericalPropagatorThe propagator which can advance the state.
See Also