Max

From Game Editor

Revision as of 13:31, 9 October 2008 by Asmodeus (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function:
Max
Syntax:double max(double number1, double number2)
Returns largest number of the two supplied. number can be actual value or variable.
Example:Altitude.textnumber=max(12000, planeceiling);
Example would yield the value 14000 if the variable planeceiling=14000 and would yield 12000 if planeceiling=10000.

Additional Information


No extra Information

See Also


Functions min

Retrieved from "http://game-editor.com/Max"