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