Skip to content

ByteExtensions.LowNibble Method

Definition

Gets the low nibble (bits 0-3) of a byte.

public static Byte LowNibble(this Byte value);

View source

Parameters

Name Type Description
value Byte The byte value.

Returns

Byte

The low nibble.