Gets a row dictionary for the given row key. The dictionary keys are
the column names.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public IDictionary GetRowDictionary( Object rowKey ) |
| Visual Basic (Declaration) |
|---|
Public Function GetRowDictionary ( _ rowKey As Object _ ) As IDictionary |
| Visual C++ |
|---|
public: IDictionary^ GetRowDictionary( Object^ rowKey ) |
Parameters
- rowKey
- Type: System..::.Object
A row key.