Versions Compared

Key

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



Excerpt
hiddentrue

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..NAnyAll values should be of the same type
listOfValuesArrayList of values to be assessed


...

returns false

See Also