Parameters
IList<T> keys
List to sort.
IComparer<T> comparer
Comparison, defining the sort order.
Type Sorting
Namespace MathNet.Numerics
IList<T> keysList to sort.
IComparer<T> comparerComparison, defining the sort order.
IList<T> keysList to sort.
int indexThe zero-based starting index of the range to sort.
int countThe length of the range to sort.
IComparer<T> comparerComparison, defining the sort order.
IList<TKey> keysList to sort.
IList<TItem> itemsList to permute the same way as the key list.
IComparer<TKey> comparerComparison, defining the sort order.
IList<TKey> keysList to sort.
IList<TItem> itemsList to permute the same way as the key list.
int indexThe zero-based starting index of the range to sort.
int countThe length of the range to sort.
IComparer<TKey> comparerComparison, defining the sort order.
IList<TKey> keysList to sort.
IList<TItem1> items1First list to permute the same way as the key list.
IList<TItem2> items2Second list to permute the same way as the key list.
IComparer<TKey> comparerComparison, defining the sort order.
IList<TKey> keysList to sort.
IList<TItem1> items1First list to permute the same way as the key list.
IList<TItem2> items2Second list to permute the same way as the key list.
int indexThe zero-based starting index of the range to sort.
int countThe length of the range to sort.
IComparer<TKey> comparerComparison, defining the sort order.
IList<T1> primaryList to sort.
IList<T2> secondaryList to sort on duplicate primary items, and permute the same way as the key list.
IComparer<T1> primaryComparerComparison, defining the primary sort order.
IComparer<T2> secondaryComparerComparison, defining the secondary sort order.