FloatAccumulator.Add
Method in FloatAccumulator
Declaration
protected override float Add(float value)
Description
Increases the accumulated total by a given value.
Parameters
value | The value to add to the total. |
Returns
float | The new total value. |
protected override float Add(float value)
Increases the accumulated total by a given value.
value | The value to add to the total. |
float | The new total value. |