FrameViewWhere(FuncFrameRow, Boolean) Method
            Selects rows matching the given criteria.
            
Namespace: Meta.Numerics.DataAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public FrameView Where(
	Func<FrameRow, bool> selector
)
Public Function Where ( 
	selector As Func(Of FrameRow, Boolean)
) As FrameView
public:
FrameView^ Where(
	Func<FrameRow^, bool>^ selector
)
member Where : 
        selector : Func<FrameRow, bool> -> FrameView 
- selector  FuncFrameRow, Boolean
 - A function which accepts or rejects rows.
 
FrameViewA new view, containing only those rows which were accepted by the 
selector function.