ComponentOne CalendarView for WinForms
C1.Framework Namespace / NumberTranslator Class / MakeDoubleWord Method / MakeDoubleWord(UInt16,UInt16) Method
An ushort indicates the low word of the long.
An ushort indicates the high word of the long.

In This Topic
    MakeDoubleWord(UInt16,UInt16) Method
    In This Topic
    Make a double word by low and high word.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function MakeDoubleWord( _
       ByVal lowWord As UShort, _
       ByVal highWord As UShort _
    ) As UInteger
    public static uint MakeDoubleWord( 
       ushort lowWord,
       ushort highWord
    )

    Parameters

    lowWord
    An ushort indicates the low word of the long.
    highWord
    An ushort indicates the high word of the long.

    Return Value

    An uint indicates the long.
    See Also