Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.UInt64AlgorithmsExtensions

UInt64AlgorithmsExtensions.IsNegative(this ulong) Method

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

public static bool IsNegative(this ulong number);

Parameters

number System.UInt64

The number to evaluate.

Returns

System.Boolean true if < 0.