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