The Smaller

Logic Name

The Smaller

Function

Returns the smaller of the two input values.

Data Types

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

Properties

Category Property Description
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 compares the numeric value of "column[1]" with the value of "column[2]" of input data and output the smaller one.
Property Settings
Property Setting
None  
Input Data
99,100
100,100
101,100
Result Data
99
100
100