Gets the observation values corresponding to the specified key.

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

Syntax

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

Parameters

key (System.Object)
An Object that specifies the key of the row

Return Value

An array of objects.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The value specified by key could not be found in the collection's ActiveKeyVariable.