IntAccumulator.Add

Method in IntAccumulator

Declaration

protected override int Add(int value)

Description

Increases the accumulated total by a given value.

Parameters

valueThe value to add to the total.

Returns

intThe new total value.