A bit manipulation readability enhancement library.
Indicates if the number is negative. (Always false for unsigned numbers)
public static bool IsNegative(this byte number);
number System.Byte
number
The number to evaluate.
System.Boolean true if < 0.