Click or drag to resize

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
)

Parameters

comparer
Type: SystemComparisonFrameRow
A row comparison function.

Return Value

Type: FrameView
A new view, with rows sorted by the given function.
Exceptions
ExceptionCondition
ArgumentNullExceptioncomparer is .
See Also