Accumulator<T, U>.Add Method

Updates the accumulator with the specified value.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void Add(
	T value
)

Parameters

value  T
A value.

Implements

IAccumulator<T, U>.Add(T)

See Also