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