Max
From King Arthur's Gold Wiki
Revision as of 16:58, 22 August 2012 by Shadlington (Talk | contribs)
Returns the larger of the two given numbers.
This method has two variants - one for ints, the other for floats.
float Max(float a, float b) int Max(int a, int b)