Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.SByteAlgorithmsExtensions

SByteAlgorithmsExtensions.IsNegative(this sbyte) Method

Indicates if the number is negative.

public static bool IsNegative(this sbyte number);

Parameters

number System.SByte

The number to evaluate.

Returns

System.Boolean true if < 0.