Updates the accumulator by removing the specified value.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void Remove(
T value
)
Public Sub Remove (
value As T
)
public:
virtual void Remove(
T value
) sealed
abstract Remove :
value : 'T -> unit
override Remove :
value : 'T -> unit
Parameters
- value
- Type: T
A value.
Implements
IAccumulatorT, URemove(T)
This operation is the reverse of
Add(T).
Reference