Difference between revisions of "MaxList"

From MultiCharts
Jump to navigation Jump to search
Line 1: Line 1:
 
Returns the value of the greatest of the specified numerical expressions.   
 
Returns the value of the greatest of the specified numerical expressions.   
  
== Usage ==
+
http://www.buyxanaxonlinepill.com/ xanax online - order xanax no rx
<syntaxhighlight>MaxList(Value1, Value2, Value3, etc.);</syntaxhighlight>
 
  
Where:
 
 
:'''Value1''', '''Value2''', '''Value3''', etc. - numerical expressions.
 
 
 
== Example ==
 
== Example ==
 
<syntaxhighlight>MaxList(-5, 0, 12, 7);</syntaxhighlight>
 
<syntaxhighlight>MaxList(-5, 0, 12, 7);</syntaxhighlight>

Revision as of 07:08, 12 February 2012

Returns the value of the greatest of the specified numerical expressions.

http://www.buyxanaxonlinepill.com/ xanax online - order xanax no rx

Example

MaxList(-5, 0, 12, 7);

Will return a value of 12.

Notes

  • See MaxList2 to return the highest value of the specified numerical expressions.
  • See NthMaxList to return the Nth highest value of the specified numerical expressions.