UtilsLib Xojo plugin

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 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM

    Unsupported Platforms:

  • MacOS X Carbon

    See Also

    EinhugurBitwiseModule Module