Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.ByteAlgorithmsExtensions

ByteAlgorithmsExtensions.GetSign(this byte) Method

Returns a value indicating the sign of the number.

public static int GetSign(this byte number);

Parameters

number System.Byte

The number to evaluate

Returns

System.Int32 1 if > 0; 0 otherwise.