BASS.NET API for the Un4seen BASS Audio Library

UtilsHighWord Method (Int64)

BASS.NET API for the Un4seen BASS Audio Library
Returns the higher 32-bit of an signed Int64 as an integer value.

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

public static int HighWord(
	long qWord
)

Parameters

qWord
Type: SystemInt64
The signed Int64 value from which to extract the higher significant 32-bit.

Return Value

Type: Int32
The higher 32-bit value as an integer.
See Also

Reference