Click or drag to resize

DataFrameGetRowDictionary(Int32) Method

Gets a row dictionary for the given row index. The dictionary keys are the column names.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IDictionary GetRowDictionary(
	int rowIndex
)

Parameters

rowIndex  Int32
A row index.

Return Value

IDictionary
A dictionary of data for the given row.
See Also