| UtilsLib Xojo and Real Studio plugin |
|
LoWord Method
To obtain least-significant 16 bits of 32-bit operand, use the HiWord function
LoWord(
value as Integer) as Integer
Parameters
- value
- 32-bit source operand
Returns
- Integer
Remarks
returns a integer - low-order 16-bit word of a 32-bit value.
Supported Platforms:
MacOS X CarbonMacOS X CocoaWin32 - WindowsLinux x86Unsupported Platforms:
See Also
GlobalMethods Global