ValueAccumulator<T>.SetValue
Method in ValueAccumulator<T>
Declaration
public void SetValue(int identifier, T value)
Description
Stores a given value with the specified identifier. The total accumulated value is updated based on the difference between the new and old value.
Parameters
identifier | The identifier of the value. |
value | The value to set. |