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