Click or drag to resize

NumericalPropagatorState.ModifyValue<T> 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: 25.1.421.0 (25.1.421.0)
Syntax
public void ModifyValue<T>(
	string elementIdentification,
	T newValue
)

Parameters

elementIdentification
Type: System.String
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

ITimeBasedState.ModifyValue<T>(String, T)
See Also