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