Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.UInt16AlgorithmsExtensions

UInt16AlgorithmsExtensions.IsNegative(this ushort) Method

Indicates if the number is negative. (Always false for unsigned numbers)

public static bool IsNegative(this ushort number);

Parameters

number System.UInt16

The number to evaluate.

Returns

System.Boolean true if < 0.