MinList

From MultiCharts
Revision as of 12:12, 27 January 2012 by JoshM (talk | contribs)
Jump to navigation Jump to search

Returns the lowest value of the specified numerical expressions.

Usage

MinList(Value1,Value2,Value3, etc.)

Where: Value1,Value2,Value3, etc. - numerical expressions

Example

MinList(-5,0,12,7) will return a value of -5

See MinList2 to return the second lowest value of the specified numerical expressions.