MAXVAL

8.168 MAXVAL — Maximum value of an array

Description:
Determines the maximum value of the elements in an array value, or, if the DIM argument is supplied, determines the maximum value along each row of the array in the DIM direction. If MASK is present, only the elements for which MASK is .TRUE. are considered. If the array has zero size, or all of the elements of MASK are .FALSE., then the result is -HUGE(ARRAY) if ARRAY is numeric, or a string of nulls if ARRAY is of character type.
Standard:
Fortran 95 and later
Class:
Transformational function
Syntax:
RESULT = MAXVAL(ARRAY, DIM [, MASK])
RESULT = MAXVA