Click or drag to resize

DataFrameGetRows(Slice) Method

Gets a new data frame containing the portion of this data frame specified by the given row slice.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame GetRows(
	Slice rowSlice
)

Parameters

rowSlice  Slice
A row slice.

Return Value

DataFrame
A new data frame.
See Also