FrameViewOrderBy(ComparisonFrameRow) Method
            Sorts all rows by the given function.
            
Namespace: Meta.Numerics.DataAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public FrameView OrderBy(
	Comparison<FrameRow> comparer
)
Public Function OrderBy ( 
	comparer As Comparison(Of FrameRow)
) As FrameView
public:
FrameView^ OrderBy(
	Comparison<FrameRow^>^ comparer
)
member OrderBy : 
        comparer : Comparison<FrameRow> -> FrameView 
- comparer  ComparisonFrameRow
 - A row comparison function.
 
FrameViewA new view, with rows sorted by the given function.