GenericExtensionsSortStable Method |
Name | Description | |
---|---|---|
SortStableT(IListT) | ||
SortStable(IXYTable) |
Sort table by x-value, using a stable sort
| |
SortStableT(IListT, IComparerT) |
Sorts the elements in the entire List{T} using the provided comparer.
A merge sort algorithm is used. merge sort is a stable sort algorithm i.e. if two elements are equal their order are preserved. | |
SortStableT(IListT, ComparisonT) |
Sorts the elements in the entire List{T} using the provided comparer.
A merge sort algorithm is used. merge sort is a stable sort algorithm i.e. if two elements are equal their order are preserved. |