Bitmask.Get
Method in Bitmask
Declaration
public int Get(int n)
Description
Returns the nth bit of the bitmask.
Parameters
n | The nth bit to get. |
Returns
int | The nth bit of the bitmask. |
public int Get(int n)
Returns the nth bit of the bitmask.
n | The nth bit to get. |
int | The nth bit of the bitmask. |