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