Max Description Returns the maximum of the two numbers. FUNCTION Max( val1 : REAL; val2 : REAL): REAL; def vs.Max(val1, val2): return REAL Parameters Name Type Description val1 REAL val2 REAL Version Availability: from Vectorworks 2014 Category Math - General