RulePoint
- RulePoint 6.1.2
- All Products
floor(number,[number2],significance)
Argument
| Required
Optional
| Description
|
---|---|---|
number1
| Required
| The numeric value that you want to round.
|
number2
| Optional
| The numeric values that want to round.
|
significance
| Required
| The multiple to which you want to round.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| Real number
|
Watchlist values
| Real number
|
when 1 stocktopic s with floor(s.value,1) as result=3 then response with body="event set result is ${ result }"
Event Property Value
| Description
| Result
|
---|---|---|
s.value =3.5
| Rounds 3.5 down to the nearest multiple of 1.
| 3
|