Method Set64
Set64(uint, ref ulong, bool)
Set a bit at a specific index.
Declaration
public static void Set64(uint index, ref ulong data, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | index | Bit index. |
| ulong | data | Bit array data. |
| bool | value | Value to set the bit to. |