DoubleAccumulator.Add


Declaration

protected override double Add(double value)

Description

Increases the accumulated total by a given value.

Parameters

valueThe value to add to the total.

Returns

doubleThe new total value.