IntAccumulator.Subtract
Method in IntAccumulator
Declaration
protected override int Subtract(int value)Description
Decreases the accumulated total by a given value.
Parameters
| value | The value to subtract from the total. |
Returns
| int | The new total value. |