Click or drag to resize

DataFrameGetRow(Int32) Method

Gets the data for a given row index.

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

Parameters

rowIndex  Int32
A row index.

Return Value

Object
A collection of row data.
See Also