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