ByteExtensions.LowNibble Method
Definition
Gets the low nibble (bits 0-3) of a byte.
public static Byte LowNibble(this Byte value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | Byte | The byte value. |
Returns
The low nibble.
Gets the low nibble (bits 0-3) of a byte.
public static Byte LowNibble(this Byte value);
| Name | Type | Description |
|---|---|---|
| value | Byte | The byte value. |
The low nibble.