bdiv
|
The bdiv built-in function divides the first Boolean argument by any number of
Boolean divisors and the quotient is expressed as a Boolean. The operands are not checked
and are not coerced. Both operands are treated as integers during the divide operation.
The result is a Boolean true if and only if the result of the operation is a one;
otherwise, the result is a Boolean false.
Usage The bdiv built-in function is a simple but very fast boolean division function.
Use the bdiv function for highly optimized boolean addition.
The quotient of all of the Boolean in the argument list.
Expression:
Arguments
Name
Type
Description Argument: bool1 Boolean
A Boolean dividend. Argument: bool2 Boolean
An arbitrary number of boolean divisors.
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
|