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
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero or greater than or equal to the number of observations. |