BASS.NET API for the Un4seen BASS Audio Library

UtilsMakeLong64 Method (Int64, Int64)

BASS.NET API for the Un4seen BASS Audio Library
Returns an signed Int64 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 long MakeLong64(
	long lowWord,
	long highWord
)

Parameters

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

Return Value

Type: Int64
The combined signed Int64 value.
See Also

Reference