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