FrameViewSelect(ICollectionString) 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(
	ICollection<string> columnNames
)
Public Function Select ( 
	columnNames As ICollection(Of String)
) As FrameView
public:
FrameView^ Select(
	ICollection<String^>^ columnNames
)
member Select : 
        columnNames : ICollection<string> -> FrameView 
- columnNames  ICollectionString
 - The names of the columns to include.
 
FrameViewA new view containing only the given columns.