|   | 
 bmul
 | 
 The bmul function computes the product of its arguments. The arguments must be 
        Boolean and the product returned as a Boolean.  The operands are not checked and are not 
        coerced. Both operands are treated as integers during the multiply 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 bmul built-in function is a simple but very fast boolean multiplication 
           function.  Use the bmul function for highly optimized boolean multiplication.   
        
 The product of all the boolean arguments expressed as a boolean.
	    
Expression: 
Arguments 
                                           Name 
                                           Type 
                                           Description Argument: bool1 Boolean 
The multiplicand. Must be a boolean. Argument: bool2 Boolean 
An arbitrary number of boolean multiplier 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 
 |