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

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

Syntax

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

Parameters

rowIndex
Type: System..::.Int32
A row index.

Return Value

A dictionary of data for the given row.

See Also