ValueAccumulator<T>.Subtract
Method in ValueAccumulator<T>
Declaration
protected abstract T Subtract(T value)
Description
Decreases the accumulated total by a given value.
Parameters
value | The value to subtract from the total. |
Returns
T | The new total value. |