nadd
|
The nadd function is a built-in function that adds numeric operands and
returns a numeric value. The operands are not checked and are not coerced.
An argument of type Void is treated as a Number.
Usage The nadd built-in function is a simple, but very fast numeric addition
function that assumes all of its arguments are type Number. Use the nadd
function for highly optimized numeric addition. For a slower, but more general
addition that performs type conversion, use the addition operator, +, (plus sign).
(nadd num1 num2, ... ) Returns the sum of all of the operands expressed as a Number.
Expression:
Arguments
Name
Type
Description Argument: num1 Number
The first number to be added. Argument: num2 Number
An arbitrary number of Number 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 | Void |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|