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