Step Details |
| Introduced in Version | 4.0.0 |
| Last Modified in Version | 7.12.0 |
| Location | Data > Numbers |
The Round component rounds a decimal value up or down to the defined number of decimal places. The result is a decimal value.
Properties
Inputs
| Property | Description | Data Type |
|---|
| Decimal Places | Determine how many decimal places to round to. | Int32 |
| Round Up Option | Choose the rounding rule, always round up, always round down, or neither. | RoundUpOption |
| Value | Number to round up. | Decimal |
Outputs
| Property | Description | Data Type |
|---|
Round1_Output
| Rounded Number. | Decimal |
.png)