RulePoint
- RulePoint 6.1.2
- All Products
large(list of numbers, k)
Argument
| Required
Optional
| Description
|
---|---|---|
list of numbers
| Required
| Generally this is a watchlist that has a list of numbers.
|
k
| Optional
| The position, from the largest, in the array or cell range of data to return. 1 refers to the largest number in the list of numbers.
|
when 1 stocktopic with large(watchlist:numberlist,3 ) as result = 15 then response with body=" result is ${result}"
Event Property Value
| Description
| Result
|
---|---|---|
watchlist: numberlist
50
20
15
10
| Returns the third largest number in the list.
| true
|