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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DataFrame RemoveColumns(
	Slice colSlice
)
Visual Basic (Declaration)
Public Function RemoveColumns ( _
	colSlice As Slice _
) As DataFrame
Visual C++
public:
DataFrame^ RemoveColumns(
	Slice^ colSlice
)

Parameters

colSlice
Type: CenterSpace.NMath.Core..::.Slice
A column slice.

Return Value

This data frame.

See Also