Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.Int32AlgorithmsExtensions

Int32AlgorithmsExtensions.IsEven(this int) Method

Determines if the number is odd.

public static bool IsEven(this int number);

Parameters

number System.Int32

The number to evaluate.

Returns

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