NumericalPropagatorDefinitionCreatePropagator Method (Boolean) | 
 
            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: 25.1.421.0 (25.1.421.0)
Syntaxpublic NumericalPropagator CreatePropagator(
	bool includeIntegrationInfo
)
Public Function CreatePropagator ( 
	includeIntegrationInfo As Boolean
) As NumericalPropagator
public:
NumericalPropagator^ CreatePropagator(
	bool includeIntegrationInfo
)
member CreatePropagator : 
        includeIntegrationInfo : bool -> NumericalPropagator 
Parameters
- includeIntegrationInfo
 - Type: SystemBoolean
Indicates whether to store meta-data from the integrator in the output. 
Return Value
Type: 
NumericalPropagatorThe propagator which can advance the state.
See Also