Vector min/max functions, return minimum, maximum, minimum position, and maximum position of elements of a List.  
More...
Detailed Description
Vector min/max functions, return minimum, maximum, minimum position, and maximum position of elements of a List. 
List can be any defined type, such as RealList, IntegerList, Rhythm, Pitch, Complex, etc. 
Function Documentation
template<class ListType > 
      
        
          | Real Max  | 
          ( | 
          ListType  | 
           L ) | 
           [inline] | 
        
      
 
 
template<class ListType > 
      
        
          | Integer MaxPos  | 
          ( | 
          ListType  | 
           L ) | 
           [inline] | 
        
      
 
Index of the maximum value of List L. 
- Parameters:
 - 
  
  
 
Definition at line 113 of file Musimat.h.
References Return.
 
 
template<class Type > 
      
        
          | Real Min  | 
          ( | 
          Type  | 
           L ) | 
           [inline] | 
        
      
 
Minimum value of list L. 
- Parameters:
 - 
  
  
 
Definition at line 117 of file Musimat.h.
References Return.
 
 
Index of the minimum value of list L. 
- Parameters:
 - 
  
  
 
Definition at line 126 of file Musimat.h.
References Return.