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