ComponentOne CalendarView for WinForms
C1.Framework Namespace / NumberTranslator Class / MakeDoubleWord Method / MakeDoubleWord(Int16,Int16) Method
A short indicates the low word of the long.
A short indicates the high word of the long.

In This Topic
    MakeDoubleWord(Int16,Int16) Method
    In This Topic
    Make a double word by low and high word.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function MakeDoubleWord( _
       ByVal lowWord As Short, _
       ByVal highWord As Short _
    ) As Integer
    public static int MakeDoubleWord( 
       short lowWord,
       short highWord
    )

    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.
    See Also