Documentation
›
API Reference
›
Object
›
Math
Max
Lua
C++
This function returns the maxima of the two input values.
Syntax
number
Max
(number f0, number f1)
Parameters
f0:
value 0.
f1:
value 1.
Returns
Returns the maxima of the two input values.