Accumulator<T, U>.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#
public void Remove(
	T value
)

Parameters

value  T
A value.

Implements

IAccumulator<T, U>.Remove(T)

Remarks

This operation is the reverse of Add(T).

See Also