Official | HULFT IoT EdgeStreaming Mapper Reference, 2nd Edition, (April 1, 2022):
Rounding
Logic name
Rounding
Function
This logic rounds the input numeric value.
Data type
|
Location |
Type |
|---|---|
|
First input handler |
Numeric |
|
Logic output |
Numeric |
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 outputs the result of rounding the input data.
Property settings
|
Property |
Setting Value |
|---|---|
|
None |
Input data
|
456.789 |
|
-456.789 |
|
654.321 |
Output data
|
457 |
|
-457 |
|
654 |
Official | HULFT IoT EdgeStreaming Mapper Reference, 2nd Edition, (April 1, 2022):