Returns an signed Int64 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: Int64The combined signed Int64 value.
See Also