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