Method IsBitSet
IsBitSet(Int32)
Gets a value indicating whether a specific bit of the GlobalVariable is set.
Declaration
public bool IsBitSet(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The zero indexed bit of the GlobalVariable to check. |
Returns
Type | Description |
---|---|
System.Boolean |