Click or drag to resize

FrameViewDiscard Method

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
)

Parameters

columnNames
Type: SystemString
The names of the columns to exclude.

Return Value

Type: FrameView
A new view that does not contain the given columns.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnNames is .
See Also