Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 971 Bytes

SortingNetworks.SNBoseNelson.Sort25Ascending_T_(T).md

File metadata and controls

25 lines (16 loc) · 971 Bytes

SNBoseNelson.Sort25Ascending(T) Method

Sorts a collection of 25 elements in ascending order using the System.IComparable<> generic
interface implementation of each element.

public static void Sort25Ascending<T>(ref T p0)
    where T : System.IComparable<T>;

Type parameters

T

The type of the elements of the collection.

Parameters

p0 T

the reference to the first element of the collection