MakeDoubleWord(Int16,Int16) Method
Make a double word by low and high word.
'Declaration
Public Overloads Shared Function MakeDoubleWord( _
ByVal As Short, _
ByVal As Short _
) As Integer
public static int MakeDoubleWord(
short ,
short
)
Parameters
- lowWord
- A short indicates the low word of the long.
- highWord
- A short indicates the high word of the long.
Return Value
An int indicates the long.