ValueAccumulator<T>.Subtract


Declaration

protected abstract T Subtract(T value)

Description

Decreases the accumulated total by a given value.

Parameters

valueThe value to subtract from the total.

Returns

TThe new total value.