Click or drag to resize

NumericalPropagatorDefinitionCreateNumericalPropagatorState Method (EvaluatorGroup)

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(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup to use when initializing values in the returned state.

Return Value

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