Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Excerpt
hiddentrue

max(listOfValues) Returns the maximum of a set of values supplied in a list.


Function: max()

Returns the maximum of a set of values supplied in a list. All input values must be of type double.

...

ArgumentTypeDescription
listOfValuesArrayList of values to be assessed

Examples

max(in.value)

max() returns 5 where the candidate set for the key gives a list for in.value of [5,3,4].

...