badd
|
The badd function is a built-in function that adds boolean operands and
returns a boolean value. The operands are not checked and are not coerced.
Both operands are treated as integers during the add operation. The result is a
true if and only if the result of the operation is a one; otherwise, the result is a
Boolean false.
Usage The badd built-in function is a simple but very fast boolean addition function.
Use the badd function for highly optimized boolean addition.
Returns a Boolean sum of all of the operands.
Expression:
Arguments
Name
Type
Description Argument: bool1 Boolean
The first boolean to be added. Argument: bool2 Boolean
An arbitrary number of boolean operands.
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.
Boolean | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|