Please enable JavaScript to view this site.

Vensim Help

Returns the maximum value of the elements of an array over the Subscript Range(s) marked with exclamation ! marks.

Units:VMAX(unit) --> unit (the output has same units as the input)

Example

VMAX (x[i!]) is equal to  
MAX(x[one] ,
MAX(x[two] ,
MAX...,
x[n]))...).

Availability: Professional and DSS only.

See also: PROD, SUM and VMIN.

Sample model: VMAX VMIN.mdl in FunctionExamples