Click or drag to resize

DataFrameGetColumnDictionary(Int32, Int32) Method

Returns a dictionary for values in the given column. The dictionary keys are taken from the specified key column.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IDictionary GetColumnDictionary(
	int keyColIndex,
	int valColIndex
)

Parameters

keyColIndex  Int32
The key column index.
valColIndex  Int32
The value column index.

Return Value

IDictionary
A dictionary of key-value pairs.
See Also