This function returns the highest value in a given number list.
Syntax
max(numberList) #Output: Number
Check out max(numbers) to compare two numeric values.
Use cases and examples
Use case |
---|
No content found. |
This function returns the highest value in a given number list.
max(numberList) #Output: Number
Parser expression | Description |
---|---|
%{max([1, 2, 5, 4, 3])} | This example returns: 5 |
Parameters used in this function
Parameter | Input (data type) | Description |
---|---|---|
numberList | NUMBER LIST | Any given number list. |
This function returns a NUMBER
Check out max(numbers) to compare two numeric values.
Use case |
---|
No content found. |
Powered by Atlassian Confluence 8.5.18, themed by Refined 7.6.7 and Decadis AG