FrameViewSelect(String) Method
Constructs a new view, containing only the given columns.
Namespace: Meta.Numerics.DataAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public FrameView Select(
params string[] columnNames
)
Public Function Select (
ParamArray columnNames As String()
) As FrameView
public:
FrameView^ Select(
... array<String^>^ columnNames
)
member Select :
columnNames : string[] -> FrameView
- columnNames String
- The names of the columns to include.
FrameViewA view containing only the given columns.