iadd
|
The iadd function is a built-in function that adds integer operands and returns
an integer value. The operands are not checked and are not coerced.
Usage The iadd built-in function is a simple but very fast integer addition
function. Use the iadd function for highly optimized integer addition.
An alternate function, addi, will take any numeric operand and will perform
type conversion before adding and returns an integer result, but is much slower.
(iadd int1 int2, ... ) Returns an Integer sum of all of the operands.
Expression:
Arguments
Name
Type
Description Argument: int1 Integer
The first integer to be added. Argument: int2 Integer
An arbitrary number of integer 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
|