Fraction processing
Logic name
Fraction processing
Function
This logic rounds down to the fractional point of the input value.
If the input numerical value is a negative value, this logic rounds down to the nearest integer.
Data type
|
Location |
Type |
|---|---|
|
First input handler |
Numeric |
|
Logic output |
Numeric |
Property
|
Category |
Property |
Description |
|---|---|---|
|
Comment |
Comment |
It does not affect the conversion processing. |
Example of logic use
Mapping definition
Logic settings and processing result
This logic rounds down to the fractional point of the input value and outputs it.
Property settings
|
Property |
Setting Value |
|---|---|
|
None |
|
Input data
|
1.2 |
|
-1.6 |
Output data
|
1 |
|
-1 |