Method Get32
Get32(uint, uint)
Get a bit at a specific index.
Declaration
public static bool Get32(uint index, uint data)
Parameters
Type | Name | Description |
---|---|---|
uint | index | Bit index. |
uint | data | Bit array data. |
Returns
Type | Description |
---|---|
bool | The value of the bit at the specific index. |