Navigation: Reference Guide > Functions > Mathematical and Numeric Functions
MIN(A,B) MINimum of Two Alternatives
Returns the smaller of A and B.
Same as IF THEN ELSE(A < B, A, B).
Units: MIN(unit, unit) --> unit (all arguments must have the same units).
See also: MAX.
Sample model: MAX MIN.mdl in FunctionExamples