Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »



Function: max()

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

Syntax

max(listOfValues)

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].

See Also

  • No labels