BASS.NET API for the Un4seen BASS Audio Library

UtilsMakeLong Method (Int16, Int16)

BASS.NET API for the Un4seen BASS Audio Library
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

public static int MakeLong(
	short lowWord,
	short highWord
)

Parameters

lowWord
Type: SystemInt16
The significant part for the lower 16-bit.
highWord
Type: SystemInt16
The significant part for the higher 16-bit.

Return Value

Type: Int32
The combined signed Int32 value.
See Also

Reference