NumericalPropagatorDefinitionCreateNumericalPropagatorState Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic NumericalPropagatorState CreateNumericalPropagatorState()
Public Function CreateNumericalPropagatorState As NumericalPropagatorState
public:
NumericalPropagatorState^ CreateNumericalPropagatorState()
member CreateNumericalPropagatorState : unit -> NumericalPropagatorState
Return Value
Type:
NumericalPropagatorState
A
NumericalPropagatorState representing the current settings of this
NumericalPropagatorDefinition.
See Also