Method Get256
Get256(uint, ulong, ulong, ulong, ulong)
Get a bit at a specific index.
Declaration
public static bool Get256(uint index, ulong data1, ulong data2, ulong data3, ulong data4)
Parameters
Type | Name | Description |
---|---|---|
uint | index | Bit index. |
ulong | data1 | Bit array data 1. |
ulong | data2 | Bit array data 2. |
ulong | data3 | Bit array data 3. |
ulong | data4 | Bit array data 4. |
Returns
Type | Description |
---|---|
bool | The value of the bit at the specific index. |