FloatAccumulator.Subtract


Declaration

protected override float Subtract(float value)

Description

Decreases the accumulated total by a given value.

Parameters

valueThe value to subtract from the total.

Returns

floatThe new total value.