Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.ByteAlgorithmsExtensions

ByteAlgorithmsExtensions.IsEven(this byte) Method

Determines if the number is odd.

public static bool IsEven(this byte number);

Parameters

number System.Byte

The number to evaluate.

Returns

System.Boolean true if the number is even (e.g. 2,4…etc.)