Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 600 Bytes

SortingNetworks.SNBoseNelson.Sort5DescendingBranchless(sbyte).md

File metadata and controls

16 lines (10 loc) · 600 Bytes

SNBoseNelson.Sort5DescendingBranchless(sbyte) Method

Sorts a collection of 5 elements in descending order using branchless min/max swap.

public static void Sort5DescendingBranchless(ref sbyte p0);

Parameters

p0 System.SByte

the reference to the first element of the collection