bitwiseNot
|
The bitwiseNot Macro performs a numeric bitwise not of the argument
expression, returning the value of the result as a binary Integer. This function also operates on the individual bits in a ByteVector or BitVector,
returning the altered Vector. The first argument must be either a ByteVector or a
BitVector. Any other Vector arguments must be of the same type. All scalar arguments
must be either 0 or 1. Usage The bitwiseNot macro results in the following substitution. Use whenever a
bitwise complement is required. (bitwiseNand exp exp)
(bitwiseNot exp ...) Returns the result of the bitwise not operation.
Expression:
Arguments
Name
Type
Description Argument: exp ... Integer Character Boolean
Any expression.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Integer | Character | Boolean | ByteVector |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|