NumericalPropagatorDefinitionCreateNumericalPropagatorState 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 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