Difference between revisions of "MIN()"

From TVPaintWiki
Jump to: navigation, search
m (Created page with '{{LangRefCatCrumbs}} MIN(var1, var2, ...) Returns the minimum value in the list of all specified variables. Example : <pre> // find the minimum mark min = MIN(mark1, mark2, m…')
 
 
Line 1: Line 1:
 
{{LangRefCatCrumbs}}
 
{{LangRefCatCrumbs}}
  MIN(var1, var2, ...)
+
  <strike>MIN(var1, var2, ...)</strike> '''NOT IMPLEMENTED'''
  
Returns the minimum value in the list of all specified variables.
+
<strike>Returns the minimum value in the list of all specified variables.</strike>
  
Example :
+
<strike>Example :</strike>
  
<pre>
+
<strike>// find the minimum mark</strike>
// find the minimum mark
+
<strike>min = MIN(mark1, mark2, mark3, mark4)</strike>
min = MIN(mark1, mark2, mark3, mark4)
+
</pre>
+

Latest revision as of 10:29, 4 November 2011

<<<George<<<George Language Reference

MIN(var1, var2, ...) NOT IMPLEMENTED

Returns the minimum value in the list of all specified variables.

Example :

// find the minimum mark
min = MIN(mark1, mark2, mark3, mark4)