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