BIN_NOT()
Bitwise NOT
integer type matching the argument
|
Note
|
|
BIN_NOT (number)
| Parameter | Description |
|---|---|
number |
A number of an integer type |
Returns the result of the bitwise NOT operation on the argument, i.e. one’s complement.
[fblangref50-scalarfuncs-bin-or], [fblangref50-scalarfuncs-bin-xor] and others in this set.