Bitmask.Has
Method in Bitmask
Declaration
public bool Has(int n)Description
Checks if the nth bit of the bitmask is set.
Parameters
| n | The nth bit to check for. |
Returns
| bool | True if the nth bit is set, false otherwise. |
public bool Has(int n)Checks if the nth bit of the bitmask is set.
| n | The nth bit to check for. |
| bool | True if the nth bit is set, false otherwise. |