 | DataFrameGetRowDictionary(Int32) Method |
Gets a row dictionary for the given row index. The dictionary keys are
the column names.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic IDictionary GetRowDictionary(
int rowIndex
)
Public Function GetRowDictionary (
rowIndex As Integer
) As IDictionary
public:
IDictionary^ GetRowDictionary(
int rowIndex
)
member GetRowDictionary :
rowIndex : int -> IDictionary
Parameters
- rowIndex Int32
- A row index.
Return Value
IDictionaryA dictionary of data for the given row.
See Also