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