Click or drag to resize

NumericalPropagatorDefinitionCreateNumericalPropagatorState Method

Creates a NumericalPropagatorState based on the current settings of this NumericalPropagatorDefinition.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NumericalPropagatorState CreateNumericalPropagatorState()

Return Value

Type: NumericalPropagatorState
A NumericalPropagatorState representing the current settings of this NumericalPropagatorDefinition.
See Also