Click or drag to resize

SortingHeapSortVirtually Method

Overload List
 NameDescription
Public methodStatic memberHeapSortVirtuallyT(IListT) Sorts the elements, but maintains the original order in the provided array. Instead, an array of indices is created. The elements are sorted in the sense that elementsToSort[indexArray[i]] is sorted afterwards. The standard comparer of the elements is used for comparison.
Public methodStatic memberHeapSortVirtuallyT(IListT, Int32) Sorts the elements, but maintains the original order in the provided array. Instead, an array of indices is created. The elements are sorted in the sense that elementsToSort[indexArray[i]] is sorted afterwards. The standard comparer of the elements is used for comparison.
Top
See Also