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