cdiv
|
The cdiv built-in function divides the first Character argument by any number of
Character divisors and the quotient is expressed as a Character. The operands are not checked
and are not coerced. Both operands are treated as integers during the divide operation.
Usage The cdiv built-in function is a simple but very fast Character division function.
Use the cdiv function for highly optimized Character division.
The quotient of all of the Character in the argument list.
Expression:
Arguments
Name
Type
Description Argument: char1 Character
A Character dividend. Argument: char2 Character
An arbitrary number of Character 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.
Character | 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
|