Method IsSet
IsSet(int)
Returns true if the bit at a position is 1.
Declaration
public bool IsSet(int pos)
Parameters
| Type | Name | Description |
|---|---|---|
| int | pos | Position in the bit field (must be 0-31). |
Returns
| Type | Description |
|---|---|
| bool | True if the bit at the position is 1. |