Click or drag to resize

DataFrameRemoveColumns(Slice) Method

Removes the columns from this data frame specified by the given column slice.

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

Parameters

colSlice  Slice
A column slice.

Return Value

DataFrame
This data frame.
See Also