Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.UInt16AlgorithmsExtensions

UInt16AlgorithmsExtensions.IsOdd(this ushort) Method

Determines if the number is odd.

public static bool IsOdd(this ushort number);

Parameters

number System.UInt16

The number to evaluate.

Returns

System.Boolean true if the number is odd (e.g. 1,3…etc.)