IntAccumulator.Add
Method in IntAccumulator
Declaration
protected override int Add(int value)Description
Increases the accumulated total by a given value.
Parameters
| value | The value to add to the total. |
Returns
| int | The new total value. |
protected override int Add(int value)Increases the accumulated total by a given value.
| value | The value to add to the total. |
| int | The new total value. |