Gets the data for a given row index.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public Object[] GetRow( int rowIndex ) |
| Visual Basic (Declaration) |
|---|
Public Function GetRow ( _ rowIndex As Integer _ ) As Object() |
| Visual C++ |
|---|
public: array<Object^>^ GetRow( int rowIndex ) |
Parameters
- rowIndex
- Type: System..::.Int32
A row index.