Gets the data for a given row index.

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

Syntax

C#
public Object[] GetRow(
	int rowIndex
)
Visual Basic (Declaration)
Public Function GetRow ( _
	rowIndex As Integer _
) As Object()
Visual C++
public:
array<Object^>^ GetRow(
	int rowIndex
)

Parameters

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

Return Value

A collection of row data.

See Also