Click or drag to resize

DataFrameGetRowDictionary(Object) Method

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

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

Parameters

rowKey  Object
A row key.

Return Value

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