Operator operator ~
operator ~(BitArray128)
Bit-wise Not operator
Declaration
public static BitArray128 operator ~(BitArray128 a)
Parameters
| Type | Name | Description |
|---|---|---|
| BitArray128 | a | First bit array. |
Returns
| Type | Description |
|---|---|
| BitArray128 | The resulting bit array. |