FloatAccumulator.Add


Declaration

protected override float Add(float value)

Description

Increases the accumulated total by a given value.

Parameters

valueThe value to add to the total.

Returns

floatThe new total value.