MAX, MIN

 
 
MAX
Purpose:     To find the maximum value from a list of expressions.
 
Format:     MAX( expression , expression ... )
 
Example:     10 BLDG-HIGH = MAX( RM1 , RM2 , RM3 , RM4 )
 
Note:     A space is needed before and after each comma.
 
 
 
 
 
MIN
 
Purpose:     To find the minimum value from a list of expressions.
 
Format:     MIN( expression , expression ... )
 
Example:     10 VAR1 = MIN( ABS( DOY - 183 ) , VAR2 )