Location | Type |
---|---|
The first input handler | Numeric |
Logic output | Numeric |
Category | Property | Description |
---|---|---|
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 |
---|---|
Output null if the input is null | Outputs null if the value of the input handler is null. |
Convert null into 0 | Converts null to some value and continues with the process. |
Throw exception when unable to determine/calculate/process | Throws exception (CalculationException) when unable to determine/calculate/process. |
Property | Setting |
---|---|
Specify precision | Checked |
Specified digits | 4 |
Rounding | Round to 0. |
Null option | Output null |
2 |
3 |
4 |
1.4142 |
1.7320 |
2.0000 |