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