FrameViewWhere(FuncFrameRow, Boolean) Method

Selects rows matching the given criteria.

Definition

Namespace: Meta.Numerics.Data
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public FrameView Where(
	Func<FrameRow, bool> selector
)

Parameters

selector  FuncFrameRow, Boolean
A function which accepts or rejects rows.

Return Value

FrameView
A new view, containing only those rows which were accepted by the selector function.

Exceptions

See Also