Skip to content

ByteExtensions.SignBit Method

Definition

Gets the sign bit (bit 7) of a byte.

public static bool SignBit(this Byte value);

View source

Parameters

Name Type Description
value Byte The byte value.

Returns

Boolean

true if the sign bit is set; false otherwise.