Method ClearBit
ClearBit(Int32)
Set the value of a specific bit of the GlobalVariable to false.
Declaration
public void ClearBit(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero indexed bit of the GlobalVariable to clear. |