Rounding

Logic Name

Rounding

Function

Rounds off the input number and returns the result.

Data Types

Location Type
The first input handler Numeric
Logic output Numeric
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Precision Specified digits Directly specifies the number of decimal places in decimal type precision.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Logic Sample

Mapping Definition

Logic Settings and Processing Result

The logic rounds off the number of input data at the specified decimal place and outputs result.
Property Settings
Property Setting
Specified digits 2
Input Data
123.456
-123.456
654.321
Result Data
123.46
-123.46
654.32