EinhugurBitwiseModule.LoWord Method (console safe)
To obtain least-significant 16 bits of 32-bit operand, use the HiWord function
LoWord(
value as Int32) as Int32
Parameters
- value
- 32-bit source operand
Returns
- Int32
- A integer - low-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