RulePoint
- RulePoint 6.1.2
- All Products
small(list of numbers, k)
Argument
| Required
Optional
| Description
|
---|---|---|
list of numbers
| Required
| An array or range of numerical data for which you want to determine the k-th smallest value.
|
k
| Required
| The position from the smallest in the array or range of data to return.
|
Parameter Input Options
| Datatype
|
---|---|
Event properties separated by a comma
| Real number
|
when 1 stocktopic with small(watchlist:numberlist,3 ) as result = 20 then response with body=" result is ${result}"
Event Property Value
| Description
| Result
|
---|---|---|
watchlist: numberlist
50
20
15
10
| Returns the third smallest number in the list.
| 20
|