Make a double word by low and high word.
'宣言
Public Overloads Shared Function MakeDoubleWord( _
ByVal As System.Short, _
ByVal As System.Short _
) As System.Integer
public static System.int MakeDoubleWord(
System.short ,
System.short
)
パラメータ
- lowWord
- A short indicates the low word of the long.
- highWord
- A short indicates the high word of the long.
戻り値の型
An int indicates the long.