A bit manipulation readability enhancement library.
Returns a value indicating the sign of the number.
public static int GetSign(this uint number);
number System.UInt32
number
The number to evaluate
System.Int32 1 if > 0; 0 otherwise.