Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.Int16AlgorithmsExtensions

Int16AlgorithmsExtensions.IsOdd(this short) Method

Determines if the number is odd.

public static bool IsOdd(this short number);

Parameters

number System.Int16

The number to evaluate.

Returns

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