Removes the element at the specified index

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

Syntax

Visual Basic (Declaration)
Protected Overrides Sub RemoveItem ( _
	index As Integer _
)
C#
protected override void RemoveItem (
	int index
)
C++
protected:
virtual void RemoveItem (
	int index
) override

Parameters

index (System.Int32)
The zero-based index of the element to remove.

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero or greater than or equal to the number of variables in the collection.