A bit manipulation readability enhancement library.
Determines if the number is odd.
public static bool IsEven(this short number);
number System.Int16
number
The number to evaluate.
System.Boolean true if the number is even (e.g. 2,4…etc.)
true