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 ( _ value As Double _ ) As Integer |
| C# |
|---|
public int RemoveAll ( double value ) |
| C++ |
|---|
public: int RemoveAll ( double value ) |
Parameters
- value (System.Double)
- The observation to remove from the NumericalVariable.
Return Value
The number of observations that were removed.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The variable is contained in a VariableCollection. |