Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.UInt64AlgorithmsExtensions

UInt64AlgorithmsExtensions.IsEven(this ulong) Method

Determines if the number is odd.

public static bool IsEven(this ulong number);

Parameters

number System.UInt64

The number to evaluate.

Returns

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