RulePoint
- RulePoint 6.1.2
- All Products
even(number1,[number2],..)
Argument
| Required
Optional
| Description
|
---|---|---|
number1
| Required
| The real number value that you want the analytic to round to the nearest even integer.
|
number2...
| Optional
| The real numbers that you want the analytic to round to the nearest even integer.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| Real number
|
Watchlist values
| Real number
|
when 1 stocktopic s with even(s.value) as result=34 then response with body=" ${ result}"
Event Property Value
| Description
| Result
|
---|---|---|
s.value =33.78
| Rounds the number to the nearest integer value.
| 34
|