Less than or equal

Logic name
Less than or equal
Function
This logic determines whether the input value of the first input handler is equal to or lower than the input value of the second input handler.
Data type
Location |
Type |
---|---|
First input handler |
Numeric |
Second input handler |
Numeric |
Logic output |
Boolean |
Property
Category |
Property |
Description |
---|---|---|
Comment |
Comment |
It does not affect the conversion processing. |
Example of logic use
Mapping definition

Logic settings and processing result
This logic returns "true" if the numerical value of "COL1" of the input data is less than or equal to the numerical value of "COL2." If it is not, it returns "false".
Property settings
Property |
Setting Value |
---|---|
None |
|
Input data
99,100 |
100,100 |
101,100 |
Output data
true |
true |
false |