RulePoint
- RulePoint 6.1.2
- All Products
roundup(number1,[number2],,,num_digits)
Argument
| Required
Optional
| Description
|
---|---|---|
number
| Required
| The number that you want to round up away from zero.
|
number2
| Optional
| The other numbers that you want to round up.
|
num_digits
| Required
| The number of digits to which you want to round up the number argument.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| Real number
|
Watchlist values
| Real number
|
when 1 stocktopic s with roundup(s.stockprice,2) as result = 27.28 then response with body=" ${result}"
Event Property Value
| Description
| Result
|
---|---|---|
s.stockprice=27.2785
| Rounds up 27.2785 to 2 decimal points.
| 27.28
|