UtilsLib Xojo plugin

EinhugurBitwiseModule.BitTst Method (console safe)

To determine state of a bit in a MemoryBlock, use the BitTst function.

BitTst(
   bit as Integer) as Boolean

Parameters

bit
0 based Integer ID of a bit to check.

Returns

Boolean

Remarks

This method is extension method for MemoryBlocks and is available by adding a MemoryBlock parameter in front of other parameters.

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