Removes the observation at the specified index.

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

Syntax

Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)
C#
public void RemoveAt (
	int index
)
C++
public:
virtual void RemoveAt (
	int index
) sealed

Parameters

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

Remarks

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than zero or greater than or equal to the number of observations.