Platform | x64, Win32, .NET |
Purpose |
To get the maximum value of a list of numbers. |
Class |
Elemental function. |
Syntax |
INTEGER FUNCTION MAX(A1, A2 [, A3, ...]); INTEGER A1,... |
Description |
The arguments must all be of same type and kind type which will be the type and kind type of the result. |
Return value |
The result is the largest item in the list. |