Ceiling

Logic name
Ceiling (Document Mapper/Variable Mapper/Merge Mapper)
Function
This logic rounds input numbers up to the specified digits.
Data types
Location |
Type |
---|---|
First input handler |
Numeric |
Logic output |
Numeric |
Refer to the following for details:
-
Logic specifications (Document Mapper/Variable Mapper)
-
Logic specifications (Merge Mapper)
Properties
Category |
Property |
Description |
---|---|---|
Precision |
Specified digits |
Directly specify the number of decimal places in decimal type precision. |
Comment |
Comment |
You can write a description of the logic. It doesn't affect the conversion process. |
Logic sample
Mapping definition

Logic settings and processing result
The logic rounds numbers of the input data up to the specified digit and outputs them.
Property settings
Property |
Setting |
---|---|
Specified digits |
2 |
Input data
123.456 |
-123.456 |
654.321 |
Output data
123.46 |
-123.45 |
654.33 |
For a list of logics, refer to Mapper Logic Guide.