ccompareGE
|
The ccompareEQ is a fast comparison function that assume that its operands are Character values.
The resulting value is a Boolean value of true or false. The operands are not checked and are not coerced.
Usage Use the ccompareGE function when you wish to compare two characters and determine
if {char1} is greater than or equal to {char2} and you wish the result to be expressed as a Boolean value (true or false).
These functions only operate on Character operands. For a more general, but slower,
comparison, use the compareEQ, compareNE, compareGT, compareGE, compareLT, and compareLE
which performs type checking and type conversions.
Returns true if the first Character is greater than or equal to the second Character and false
if the first Character is lesser in value than the second Character.
Expression:
Arguments
Name
Type
Description Argument: char1 Character
The first Character to be compared Argument: char2 Character
The second Character to be compared
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 | Boolean |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|