NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

BitNot Operator

Used to perform logical negation on a numeric expression.

Arguments

result
Required; any numeric variable.
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