A bit manipulation readability enhancement library.
Computes the number of sequentially zeroed bits occupying the most significant bit positions.
public static int CountLeadingZeros(this uint number);
number
System.UInt32
The number to evaluate.
System.Int32 The count of sequentially zeroed bits occupying the most significant bit positions.