Sign

Logic Name

Sign

Function

Returns 1, 0, or -1 respectively when input number is positive, zero or negative.

Data Types

Location Type
The first 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

Output an integer to show the input data ("1" for true, "-1" for false, "0" for 0).
Property Settings
Property Setting
None  
Input Data
2.3
-2.3
0
Result Data
1
-1
0