Removes all occurrences of a specific observation from the variable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function RemoveAll ( _
	item As T _
) As Integer
C#
public int RemoveAll (
	T item
)
C++
public:
int RemoveAll (
	T item
)

Parameters

item ()
The observation to remove from the NumericalVariable.

Return Value

The number of observations that were removed.

Exceptions

ExceptionCondition
InvalidOperationException The variable is contained in a VariableCollection.