IAccumulator2<T, U, V>.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#
void Add(
	T value1,
	U value2
)

Parameters

value1  T
A value.
value2  U
A value.

See Also