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