Please enable JavaScript to view this site.

Vensim Help

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

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

Example

VMIN (x[i!]) is equal to  
MIN(x[one] ,
MIN(x[two] ,
MIN...,
x[n]))...).  

Availability: Professional and DSS only.

See also: PROD, SUM and VMAX.

Sample model: VMAX VMIN.mdl in FunctionExamples