ValueAccumulator<T>.SetValue


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

identifierThe identifier of the value.
valueThe value to set.