Bitmask.Change
Method in Bitmask
Declaration
public void Change(int n, int x)Description
Sets the nth bit of the bitmask to x.
Parameters
| n | The nth bit to set. |
| x | The value to set the bit to. |
public void Change(int n, int x)Sets the nth bit of the bitmask to x.
| n | The nth bit to set. |
| x | The value to set the bit to. |