bmod
|
The bmod function divides two booleans and returns the remainder expressed as a
boolean. The bmod function does not perform type checking or type conversion on
the operands. Both operands are treated as integers during the mod 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 bmod built-in function is used to determine if a Boolean will divide
evenly into another boolean (the remainder will be zero in this case).
The remainder after division. The result is expressed as a boolean.
Expression:
Arguments
Name
Type
Description Argument: bool1 Boolean
The boolean to be divided Argument: bool2 Boolean
The 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
|