This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
12.3.4 Bitwise complement operator
The bitwise complement operator results in the bitwise complement of the operand. The operator is defined for the Byte
, Short
, Integer
and Long
types.
- UnaryBitwiseComplementExpression ::=
BitNot
Expression