Click or drag to resize

DataFrameGetRows(Subset) Method

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

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

Parameters

rowSubset  Subset
A row subset.

Return Value

DataFrame
A new data frame.
See Also