PhixFlow Help

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Current »

Function: min()

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

Syntax

min(listOfValues)

Argument Type Description
listOfValues Array List of values to be assessed

Examples

min(in.value)

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

See Also

  • No labels