Method Get16
Get16(uint, ushort)
Get a bit at a specific index.
Declaration
public static bool Get16(uint index, ushort data)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | index | Bit index. |
| ushort | data | Bit array data. |
Returns
| Type | Description |
|---|---|
| bool | The value of the bit at the specific index. |