BASS.NET API for the Un4seen BASS Audio Library

UtilsMakeWord Method

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

public static short MakeWord(
	byte lowByte,
	byte highByte
)

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

Reference