NumericalPropagatorStateGetValueT Method |
Gets the value specified by the elementIdentification.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public T GetValue<T>(
string elementIdentification
)
Public Function GetValue(Of T) (
elementIdentification As String
) As T
public:
generic<typename T>
virtual T GetValue(
String^ elementIdentification
) sealed
abstract GetValue :
elementIdentification : string -> 'T
override GetValue :
elementIdentification : string -> 'T
Parameters
- elementIdentification
- Type: SystemString
The name of the value in this state.
Type Parameters
- T
- The type of the stored value (Cartesian, Double, etc...).
Return Value
Type:
TThe value of the
elementIdentification in this state.
Implements
ITimeBasedStateGetValueT(String)See Also