CalendarView for WinForms
MakeDoubleWord(UInt16,UInt16) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > NumberTranslator クラス > MakeDoubleWord メソッド : MakeDoubleWord(UInt16,UInt16) メソッド
An ushort indicates the low word of the long.
An ushort indicates the high word of the long.
Make a double word by low and high word.
シンタックス
'宣言
 
Public Overloads Shared Function MakeDoubleWord( _
   ByVal lowWord As System.UShort, _
   ByVal highWord As System.UShort _
) As System.UInteger
public static System.uint MakeDoubleWord( 
   System.ushort lowWord,
   System.ushort highWord
)

パラメータ

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.
参照

NumberTranslator クラス
NumberTranslator メンバ
オーバーロード一覧