Functions | |
| template<class Type> | |
| Real | Max (Type L) |
| Maximum value of list L. | |
| template<class Type> | |
| Integer | MaxPos (Type L) |
| Index of the maximum value of list L. | |
| template<class Type> | |
| Real | Min (Type L) |
| Minimum value of list L. | |
| template<class Type> | |
| Integer | MinPos (Type L) |
| Index of the minimum value of list L. | |
| Integer MaxPos | ( | Type | L | ) | [inline] |
| Integer MinPos | ( | Type | L | ) | [inline] |
1.4.7