A bit manipulation readability enhancement library.
Counts the bits that are set to 1 in a number.
public static int PopCount(this sbyte number);
number System.SByte
number
The number to evaluate.
System.Int32 The count of the bits set to 1.