Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.ByteAlgorithmsExtensions

ByteAlgorithmsExtensions.IsNegative(this byte) Method

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

public static bool IsNegative(this byte number);

Parameters

number System.Byte

The number to evaluate.

Returns

System.Boolean true if < 0.