Location | Type |
---|---|
The first input handler | Numeric |
The second input handler | Numeric |
Logic output | Numeric |
Category | Property | Description |
---|---|---|
Required | Input count | Specify input count by 2 or more. |
Precision | Specify precision | Select whether to directly specify the decimal places of precision in decimal type calculation. |
Precision | Specified digits | Directly specifies the number of decimal places in decimal type precision. |
Precision | Rounding | Specify the method of rounding. |
Null processing | Null option | Specify how to handle the input if it contains null. |
Comment | Comment | The comment will also be output to the specifications.It does not affect the conversion process. |
Option | Description |
---|---|
Convert null into 0 | Converts null to 0 and continue with the process. |
Throw exception when unable to determine/calculate/process | Throws exception (CalculationException) when unable to determine/calculate/process. |
Output null if either of input handler is null | Outputs null if the value of any input handler is null. |
Property | Setting |
---|---|
Input count | 2 |
Specify precision | Not Checked |
Specified digits | |
Rounding | Round to 0. |
Null option | Convert null into 0 |
10.0,3.0 |
10.0,3 |
10,3.0 |
30.00 |
30.0 |
30.0 |