max

Get the maximum of 2 numbers.

Parameters:

No. Type Comments
1 Any numeric type 1st value
1 Any numeric type 2nd value

Returns:

Any numeric type - the max value of the 2 inputs

Usages:

  • max( a : numeric-type, b : numeric-type ) : numeric-type