ByteExtensions.HighNibble Method
Definition
Gets the high nibble (bits 4-7) of a byte, shifted down to the least significant position.
public static Byte HighNibble(this Byte value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | Byte | The byte value. |
Returns
The high nibble.