EinhugurBitwiseModule.HiWord Method (console safe)
To obtain most-significant 16 bits of 32-bit operand, use the HiWord function.
HiWord(
value as Int32) as Int32
Parameters
- value
- 2-bit source operand.
Returns
- Int32
- A integer - high-order 16-bit word of a 32-bit value.
Remarks
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon
See Also
EinhugurBitwiseModule Module