UtilWin32GetHiByte Method
Gets the high-order byte of a WORD value.
Namespace: DevCase.Win32Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static byte GetHiByte(
ushort word
)
Public Shared Function GetHiByte (
word As UShort
) As Byte
Dim word As UShort
Dim returnValue As Byte
returnValue = UtilWin32.GetHiByte(word)
public:
static unsigned char GetHiByte(
unsigned short word
)
static member GetHiByte :
word : uint16 -> byte
No code example is currently available or this language may not be supported.
- word UInt16
-
The WORD value that contains the LOBYTE and the HIBYTE.
Byte
The HIBYTE value.
This is a code example.
No code example is currently available or this language may not be supported.
Dim value as Byte = GetHiByte(UShort.MaxValue)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.