DotProductAccumulator<T>.Add Method

Updates the accumulator with the specified value.

Definition

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

Parameters

value1  T
A value.
value2  T
A value.

Implements

IBinaryAccumulator<T1, T2>.Add(T1, T2)

See Also