Method Set256
Set256(uint, ref ulong, ref ulong, ref ulong, ref ulong, bool)
Set a bit at a specific index.
Declaration
public static void Set256(uint index, ref ulong data1, ref ulong data2, ref ulong data3, ref ulong data4, bool value)
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. |
bool | value | Value to set the bit to. |