A bit manipulation readability enhancement library.
Indicates if the number is negative.
public static bool IsNegative(this long number);
number System.Int64
number
The number to evaluate.
System.Boolean true if < 0.