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