 | DataFrameGetRows(Subset) Method |
Gets a new data frame containing the portion of this data frame specified by the
given row subset.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DataFrame GetRows(
Subset rowSubset
)
Public Function GetRows (
rowSubset As Subset
) As DataFrame
public:
DataFrame^ GetRows(
Subset^ rowSubset
)
member GetRows :
rowSubset : Subset -> DataFrame
Parameters
- rowSubset Subset
- A row subset.
Return Value
DataFrameA new data frame.
See Also