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