Ceiling

Logic Name

Ceiling

Function

Returns the smallest integer not less than the input number.

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

Ceiling

Logic Settings and Processing Result

The logic outputs the smallest integer not less than the input number.
Property Settings
Property Setting
Specified digits 2
Input Data
123.456
-123.456
654.321
Result Data
123.46
-123.45
654.33