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