Constructs a new view that does not contain the given columns.
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public FrameView Discard(
params string[] columnNames
)
Public Function Discard (
ParamArray columnNames As String()
) As FrameView
public:
FrameView^ Discard(
... array<String^>^ columnNames
)
member Discard :
columnNames : string[] -> FrameView
Parameters
- columnNames
- Type: SystemString
The names of the columns to exclude.
Return Value
Type:
FrameViewA new view that does not contain the given columns.
Exceptions See Also