ComponentOne CalendarView for WinForms
C1.Framework Namespace / NumberTranslator Class / LowWord Method / LowWord(UInt32) Method
An uint indicates the unsigned integer value.

In This Topic
    LowWord(UInt32) Method
    In This Topic
    Get the lower word from a unsigned integer value.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function LowWord( _
       ByVal value As UInteger _
    ) As UShort
    public static ushort LowWord( 
       uint value
    )

    Parameters

    value
    An uint indicates the unsigned integer value.

    Return Value

    Return the lower word as result.
    See Also