+1 888 340 6572

SumList: Difference between revisions

From MultiCharts
(Created page with "Returns a sum of the values of the specified numerical expressions. ==== Usage ==== <syntaxhighlight>SumList(Value1,Value2,Value3, etc.)</syntaxhighlight> Where: [[Value1...")
 
mNo edit summary
 
Line 1: Line 1:
Returns a sum of the values of the specified numerical expressions.   
Returns a sum of the values of the specified numerical expressions.   


==== Usage ====
== Usage ==
<syntaxhighlight>SumList(Value1,Value2,Value3, etc.)</syntaxhighlight>  
<syntaxhighlight>SumList(Value1, Value2, Value3, etc.)</syntaxhighlight>  


Where: [[Value1, Value2, Value3, etc.]] - numerical expressions  
Where:  
 
:'''Value1''', '''Value2''', '''Value3''', etc. - numerical expressions.
   
   
==== Example ====
== Example ==
<syntaxhighlight>SumList(45,-20,0,35) will return a value of 60</syntaxhighlight>
<syntaxhighlight>SumList(45, -20, 0, 35);</syntaxhighlight>
Will return a value of 60.
   
   
[[Category:Math and Trig]]
[[Category:Math and Trig]]

Latest revision as of 06:27, 9 February 2012

Returns a sum of the values of the specified numerical expressions.

Usage

SumList(Value1, Value2, Value3, etc.)

Where:

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

Example

SumList(45, -20, 0, 35);

Will return a value of 60.