Excerpt | ||
---|---|---|
| ||
min(listOfValues) Returns the minimum of a set of values supplied individually or in a list. |
Function: min()
Returns the minimum of a set of values supplied individually or in a list.
Syntax
min(value1, value2,...valueN)
...
Argument | Type | Description |
---|---|---|
value1..N | Any | All values should be of the same type |
listOfValues | Array | List of values to be assessed |
...
returns false