BASS.NET API for the Un4seen BASS Audio Library

UtilsMakeLong Method (Int32, Int32)

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(
	int lowWord,
	int highWord
)

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: Int32
The combined signed Int32 value.
See Also

Reference