Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation.Algorithms.ByteAlgorithmsExtensions

ByteAlgorithmsExtensions.IsPositive(this byte) Method

Indicates if the number is zero or positive. (Always true for unsigned numbers)

public static bool IsPositive(this byte number);

Parameters

number System.Byte

The number to evaluate.

Returns

System.Boolean true if >= 0.