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