Gets a new data frame containing the portion of 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 GetColumns(
	Slice colSlice
)
Visual Basic (Declaration)
Public Function GetColumns ( _
	colSlice As Slice _
) As DataFrame
Visual C++
public:
DataFrame^ GetColumns(
	Slice^ colSlice
)

Parameters

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

Return Value

A new data frame.

See Also