Gets the portion of the row in this data frame indicated by the given row index and column subset.

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

Syntax

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

Parameters

rowIndex
Type: System..::.Int32
A row index.
colSubset
Type: CenterSpace.NMath.Stats..::.Subset
A column subset.

Return Value

A collection of row data.

See Also