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