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

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

    Parameters

    value
    An unint indicates the unsigned integer value.

    Return Value

    Returns the higher word as result.
    See Also