Click or drag to resize

DataFrameGetSubRow(Int32, Slice) Method

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

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

Parameters

rowIndex  Int32
A row index.
colSlice  Slice
A column slice.

Return Value

Object
A collection of row data.
See Also