addi
|
The addi function returns the sum of its arguments as an Integer quantity.
The addi function accepts any numeric operand and performs any necessary type
conversions prior to performing the addition.
Usage Use the addi function to add two or more numbers and return the result an Integer.
The addi function will truncate any fractional portion of its operands before adding.
An alternative function, the iadd function, is faster function, but does not perform
any type conversions or type checking.
(addi num1, num2, ... ) Returns the result of the add operation.
Expression:
Arguments
Name
Type
Description Argument: num1 Number
The first operand Argument: num2 Number
An arbitrary number of subsequent 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
|