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