idiv
|
The idiv built-in function divides the first Integer argument by any number of
Integer divisors and the quotient is expressed as an Integer. The operands are not
checked and are not coerced
Usage The idiv built-in function is a simple but very fast integer division
function. Use the idiv function for highly optimized integer division.
An alternate function, divi, will take any numeric operand and will perform
type conversion before dividing and returns an integer result, but is much slower.
(idiv int1 int2, ... ) The quotient of all of the Integers in the argument list.
Expression:
Arguments
Name
Type
Description Argument: int1 Integer
An Integer dividend. Argument: int2 Integer
An arbitrary number of Integer divisors.
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
|