This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
BitNot Operator
Used to perform logical negation on a .
Arguments
- result
- Required; any numeric .
- expression
- Required; any expression.
Remarks
The Not operator inverts the bit values of any variable and sets the corresponding bit in result according to the following table:
If bit in expression is |
Then bit in result is |
0 |
1 |
1 |
0 |
See Also
BitAnd | BitOrBitXor