IAccumulator2<T, U, V>.Remove Method

Updates the accumulator by removing the specified value.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
void Remove(
	T value1,
	U value2
)

Parameters

value1  T
A value.
value2  U
A value.

Remarks

This operation is the reverse of Add(T, U).

See Also