BASS.NET API for the Un4seen BASS Audio Library

UtilsMakeByte Method

BASS.NET API for the Un4seen BASS Audio Library
Returns an unsigned byte value which is composed out of a low and high 4-bit.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static byte MakeByte(
	byte lowBits,
	byte highBits
)

Parameters

lowBits
Type: SystemByte
The significant part for the lower 4-bit.
highBits
Type: SystemByte
The significant part for the higher 4-bit.

Return Value

Type: Byte
The combined unsigned byte value.
See Also

Reference