DoubleAccumulator.Subtract
Method in DoubleAccumulator
Declaration
protected override double Subtract(double value)
Description
Decreases the accumulated total by a given value.
Parameters
value | The value to subtract from the total. |
Returns
double | The new total value. |