Click or drag to resize

FrameViewWhere Method (FuncFrameRow, Boolean)

Selects rows matching the given criteria.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public FrameView Where(
	Func<FrameRow, bool> selector
)

Parameters

selector
Type: SystemFuncFrameRow, Boolean
A function which accepts or rejects rows.

Return Value

Type: FrameView
A new view, containing only those rows which were accepted by the selector function.
Exceptions
ExceptionCondition
ArgumentNullExceptionselector is .
See Also