binaryNxor
|
The binaryNxor function performs a numerical bitwise xor (exclusive or) (bitwise xor the arguments
and then negate them) on each
expression from left to right, returning the value of the result as a binary Integer.
The arguments are assumed to be Integers, and are not checked for the correct type.
Characters and Boolean arguments will be treated as Integers in this function. Usage Use the binaryNxor function when a binary integer operation is required.
(binaryNxor exp ...) The bitwise Not xor (not exclusive or) of the argument(s).
Expression:
Arguments
Name
Type
Description Argument: exp ... Integer Character Boolean
One or more Integer expressions. A Character or Boolean expression is converted to Integer.
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 |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|