Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.UInt32AlgorithmsExtensions

UInt32AlgorithmsExtensions.IsNegative(this uint) Method

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

public static bool IsNegative(this uint number);

Parameters

number System.UInt32

The number to evaluate.

Returns

System.Boolean true if < 0.