Returns an signed Int32 value which is composed out of a low and high value.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- lowWord
- Type: SystemInt32
The significant part for the lower 16-bit. - highWord
- Type: SystemInt32
The significant part for the higher 16-bit.
Return Value
Type: Int32The combined signed Int32 value.
See Also