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