Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 389 Bytes

File metadata and controls

27 lines (21 loc) · 389 Bytes

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