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

In This Topic
    HighWord(Int32) Method
    In This Topic
    Get the higher word from a integer value.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function HighWord( _
       ByVal value As Integer _
    ) As Short
    public static short HighWord( 
       int value
    )

    Parameters

    value
    An unint indicates the integer value.

    Return Value

    Returns the higher word as result.
    See Also