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.
Sample model: VMAX VMIN.mdl in FunctionExamples