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