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
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: ByteThe combined unsigned byte value.
See Also