Click or drag to resize

NumericalPropagatorState.GetValue<T> Method

Gets the value specified by the elementIdentification.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public T GetValue<T>(
	string elementIdentification
)

Parameters

elementIdentification
Type: System.String
The name of the value in this state.

Type Parameters

T
The type of the stored value (Cartesian, Double, etc...).

Return Value

Type: T
The value of the elementIdentification in this state.

Implements

ITimeBasedState.GetValue<T>(String)
See Also