Ceiling
Logic name
Ceiling
Function
This logic rounds up the input numerical value to the nearest integer.
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 rounds up the numerical value of the input data to the nearest integer and outputs it.
Property settings
|
Property |
Setting Value |
|---|---|
|
None |
|
Input data
|
123.456 |
|
-123.456 |
|
654.321 |
Output data
|
124 |
|
-123 |
|
655 |