Functions | |
| template<class ListType> | |
| Real | Max (ListType L) |
| Maximum value of List L. | |
| Complex | Max (ComplexList L) |
| Integer | Max (IntegerList L) |
| Rhythm | Max (RhythmList L) |
| Rational | Max (RationalList L) |
| Pitch | Max (PitchList L) |
| template<class ListType> | |
| Integer | MaxPos (ListType L) |
| Index of the maximum value of List L. | |
| template<class Type> | |
| Real | Min (Type L) |
| Minimum value of list L. | |
| Complex | Min (ComplexList L) |
| Integer | Min (IntegerList L) |
| Rhythm | Min (RhythmList L) |
| Rational | Min (RationalList L) |
| Pitch | Min (PitchList L) |
| template<class Type> | |
| Integer | MinPos (Type L) |
| Index of the minimum value of list L. | |
List can be any defined type, such as RealList, IntegerList, Rhythm, Pitch, Complex, etc.
| Rational Max | ( | RationalList | L | ) | [inline] |
| Rhythm Max | ( | RhythmList | L | ) | [inline] |
| Integer Max | ( | IntegerList | L | ) | [inline] |
| Complex Max | ( | ComplexList | L | ) | [inline] |
| Real Max | ( | ListType | L | ) | [inline] |
| Integer MaxPos | ( | ListType | L | ) | [inline] |
| Rational Min | ( | RationalList | L | ) | [inline] |
| Rhythm Min | ( | RhythmList | L | ) | [inline] |
| Integer Min | ( | IntegerList | L | ) | [inline] |
| Complex Min | ( | ComplexList | L | ) | [inline] |
| Real Min | ( | Type | L | ) | [inline] |
| Integer MinPos | ( | Type | L | ) | [inline] |
1.4.7