Remainder

Logic name
Remainder
Function
This logic divides the input value of the first input handler by the input value of the second input handler and returns the remainder.
Data type
Location |
Type |
---|---|
First input handler |
Numeric |
Second input handler |
Numeric |
Logic output |
Numeric |
Property
Category |
Property |
Description |
---|---|---|
Comment |
Comment |
It does not affect the conversion processing. |
Notes
For the precision (valid number of digits below the decimal place) used during default operation with basic arithmetic logic, refer to the following sections in Functional restrictions:
(1) Handling of floating point type
(2) Maximum and minimum values for integer type
(3) Maximum and minimum values for floating point type
Example of logic use
Mapping definition

Logic settings and processing result
This logic outputs the remainder of dividing the values of "COL1" by the values of "COL2" of the input data.
Property settings
Property |
Setting Value |
---|---|
None |
|
Input data
10,3 |
10,3.2 |
10.1,3 |
Output data
1 |
0.39999999999999947 |
1.0999999999999996 |