isub
|
The isub is a built-in function that returns the difference all of its
arguments starting from the leftmost arguments and returns the result as an Integer
quantity. The operands are not checked and are not coerced.
Usage Use the isub to compute the difference of an arbitrary number of Integer
operands. The isub built-in function is a simple but very fast integer
subtraction function. Use the isub function for highly optimized integer
subtraction. An alternate function, subi, will take any numeric operand and
will perform type conversion before subtracting and returns an integer result,
but is much slower.
(isub int1 int2, ... ) The difference all of its arguments starting from the leftmost arguments
expressed as an Integer quantity
Expression:
Arguments
Name
Type
Description Argument: int1 Integer
The first operand. Argument: int2 Integer
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
|