FrameViewOrderBy Method (ComparisonFrameRow) |
Sorts all rows by the given function.
Namespace:
Meta.Numerics.Data
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Parameters
- comparer
- Type: SystemComparisonFrameRow
A row comparison function.
Return Value
Type:
FrameViewA new view, with rows sorted by the given function.
Exceptions See Also