nsub
|
The nsub is a built-in function that returns the difference all of its
arguments starting from the leftmost arguments and returns the result as a Number
quantity. The operands are not checked and are not coerced.
Usage The nsub built-in function is a simple, but very fast numeric subtraction
function that assumes all of its arguments are type Number. Use the nsub
function for highly optimized numeric subtraction. For a slower, but more general
subtraction, that performs type conversion, use the subtraction operator, -,
(minus sign).
(nsub num1 num2, ... ) The difference all of its arguments starting from the leftmost arguments
expressed as a Number.
Expression:
Arguments
Name
Type
Description Argument: num1 Number
The first number to be subtracted. 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
|