ComponentOne MultiSelect for WinForms
C1.Framework Namespace / NumberTranslator Class / LowWord Method / LowWord(Int32) Method
An int indicates the integer value.

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

    Parameters

    value
    An int indicates the integer value.

    Return Value

    Returns the lower word as result.
    See Also