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