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