A bit manipulation readability enhancement library.
Indicates if the number is zero or positive.
public static bool IsPositive(this sbyte number);
number System.SByte
number
The number to evaluate.
System.Boolean true if >= 0.