nmul
|
The nmul function computes the product of its arguments. The arguments must be
Number and the product returned is a Number. The operands are not checked and are
not coerced.
Usage The nmul built-in function is a simple but very fast numeric division
function that assumes that all of its arguments are type Number. Use the nmul
function for highly optimized numeric division. For a slower, but more general
multiplication that performs type conversion, use the multiplication operator, *.
(nmul num1 num2, ... ) The product of all the Number arguments expressed as an Number.
Expression:
Arguments
Name
Type
Description Argument: num1 Number
The multiplicand. Must be a Number. Argument: num2 Number
An arbitrary number of Number 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 | 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
|