Official | HULFT IoT EdgeStreaming Mapper Reference First Edition: July 1, 2021
Less than

Logic name
Less than
Function
This logic determines whether the input value of the first input handler is smaller 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 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 |
false |
false |
Official | HULFT IoT EdgeStreaming Mapper Reference First Edition: July 1, 2021