Operator operator ~
operator ~(BitArray16)
Bit-wise Not operator
Declaration
public static BitArray16 operator ~(BitArray16 a)
Parameters
| Type | Name | Description |
|---|---|---|
| BitArray16 | a | Bit array with which to do the operation. |
Returns
| Type | Description |
|---|---|
| BitArray16 | The resulting bit array. |