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