Click or drag to resize

DataFrameGetSubRow(Int32, Subset) Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Object[] GetSubRow(
	int rowIndex,
	Subset colSubset
)

Parameters

rowIndex  Int32
A row index.
colSubset  Subset
A column subset.

Return Value

Object
A collection of row data.
See Also