cmod
|
The cmod function divides two Characters and returns the remainder expressed as a
Character. The cmod function does not perform type checking or type conversion on
the operands. Both operands are treated as integers during the mod operation.
Usage The cmod built-in function is used to determine if a Character will divide
evenly into another Character (the remainder will be zero in this case).
The remainder after division. The result is expressed as a Character.
Expression:
Arguments
Name
Type
Description Argument: char1 Character
The Character to be divided Argument: char2 Character
The 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
|