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