Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.Int64AlgorithmsExtensions

Int64AlgorithmsExtensions.IsNegative(this long) Method

Indicates if the number is negative.

public static bool IsNegative(this long number);

Parameters

number System.Int64

The number to evaluate.

Returns

System.Boolean true if < 0.