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