NumericalPropagatorStateModifyValueT Method |
Modifies the
elementIdentification in this instance of
ITimeBasedState
with the
newValue.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void ModifyValue<T>(
string elementIdentification,
T newValue
)
Public Sub ModifyValue(Of T) (
elementIdentification As String,
newValue As T
)
public:
generic<typename T>
virtual void ModifyValue(
String^ elementIdentification,
T newValue
) sealed
abstract ModifyValue :
elementIdentification : string *
newValue : 'T -> unit
override ModifyValue :
elementIdentification : string *
newValue : 'T -> unit
Parameters
- elementIdentification
- Type: SystemString
The name of the element to change. - newValue
- Type: T
The new value for the elementIdentification.
Type Parameters
- T
- The type that the value described by the elementIdentification is.
Implements
ITimeBasedStateModifyValueT(String, T)See Also