EinhugurBitwiseModule.BitSet Method (console safe)
To set a specified bit in a MemoryBlock to a 1, use the BitSet method.
BitSet(
bit as Integer)
Parameters
- bit
- 0 based Integer ID of a bit to set.
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 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon
See Also
EinhugurBitwiseModule Module