ByteExtensions.SignBit Method
Definition
Gets the sign bit (bit 7) of a byte.
public static bool SignBit(this Byte value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | Byte | The byte value. |
Returns
true if the sign bit is set; false otherwise.
Gets the sign bit (bit 7) of a byte.
public static bool SignBit(this Byte value);
| Name | Type | Description |
|---|---|---|
| value | Byte | The byte value. |
true if the sign bit is set; false otherwise.