MIN()

From TVPaintWiki
Revision as of 12:59, 22 December 2009 by KenC (Talk | contribs) (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…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<<<George<<<George Language Reference

MIN(var1, var2, ...)

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

Example :

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