BASS.NET API for the Un4seen BASS Audio Library

UtilsLowWord Method (Int32)

BASS.NET API for the Un4seen BASS Audio Library
Returns the lower 16-bit of an signed Int32 as a short value.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static short LowWord(
	int dWord
)

Parameters

dWord
Type: SystemInt32
The signed Int32 value from which to extract the lower significant 16-bit.

Return Value

Type: Int16
The lower 16-bit value as a short.
See Also

Reference