Removes the element at the specified index
Namespace: Extreme.Statistics.TimeSeriesAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem (
index As Integer
)
protected:
virtual void RemoveItem(
int index
) override
abstract RemoveItem :
index : int -> unit
override RemoveItem :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to remove.
Exception | Condition |
---|
ArgumentOutOfRangeException | index is less than zero or greater than or equal to the number of
variables in the collection.
|
Numerical Libraries
Supported in: 5.x, 4.x
Reference