Floor

Logic Name

Floor

Function

Returns the largest integer not more 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

Logic Settings and Processing Result

The logic outputs the largest 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.45
-123.46
654.32