Gets the observation values corresponding to the specified index.

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

Syntax

Visual Basic (Declaration)
Public Function GetRow ( _
	index As Integer _
) As Object()
C#
public Object[] GetRow (
	int index
)
C++
public:
array<Object^>^ GetRow (
	int index
)

Parameters

index (System.Int32)
Zero-based index of the row

Return Value

An array of objects.

Exceptions

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