Get the higher word from a integer value.
'Declaration
Public Overloads Shared Function HighWord( _
ByVal As Integer _
) As Short
public static short HighWord(
int
)
Parameters
- value
- An unint indicates the integer value.
Return Value
Returns the higher word as result.