Get the higher word from a unsigned integer value.
'Declaration
Public Overloads Shared Function HighWord( _
ByVal As UInteger _
) As UShort
public static ushort HighWord(
uint
)
Parameters
- value
- An unint indicates the unsigned integer value.
Return Value
Returns the higher word as result.