imul
|
The imul function computes the product of its arguments. The arguments must be
Integer and the product returned as an Integer. The operands are not checked and are
not coerced.
Usage The imul built-in function is a simple but very fast integer multiplication
function. Use the imul function for highly optimized integer addition.
An alternate function, muli, will take any numeric operand and will perform
type conversion before multiplying and returns an integer result, but is much slower.
(imul int1 int2) The product of all the integer arguments expressed as an integer.
Expression:
Arguments
Name
Type
Description Argument: int1 Integer
The multiplicand. Must be an Integer. Argument: int2 Integer
An arbitrary number of integer 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.
Number | 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
|