IntAccumulator.Subtract

Method in IntAccumulator

Declaration

protected override int Subtract(int value)

Description

Decreases the accumulated total by a given value.

Parameters

valueThe value to subtract from the total.

Returns

intThe new total value.