Returns an signed Int16 value which is composed out of a low and high byte.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- lowByte
- Type: SystemByte
The significant part for the lower 8-bit. - highByte
- Type: SystemByte
The significant part for the higher 8-bit.
Return Value
Type: Int16The combined signed Int16 value.
See Also