IBinaryAccumulator<T1, T2>.Add Method

Updates the accumulator with the specified value.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
void Add(
	T1 value1,
	T2 value2
)

Parameters

value1  T1
A value.
value2  T2
A value.

See Also