Click or drag to resize

DataFrameGetColumns(Slice) Method

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

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

Parameters

colSlice  Slice
A column slice.

Return Value

DataFrame
A new data frame.
See Also