Returns a dictionary for values in the given column. The row keys are used as keys in the dictionary.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public IDictionary GetColumnDictionary(
	int colIndex
)
Visual Basic (Declaration)
Public Function GetColumnDictionary ( _
	colIndex As Integer _
) As IDictionary
Visual C++
public:
IDictionary^ GetColumnDictionary(
	int colIndex
)

Parameters

colIndex
Type: System..::.Int32
A column index.

Return Value

A dictionary of key-value pairs.

See Also