DoubleAccumulator.Subtract


Declaration

protected override double Subtract(double value)

Description

Decreases the accumulated total by a given value.

Parameters

valueThe value to subtract from the total.

Returns

doubleThe new total value.