MATHLIB Subroutine
Return the smallest value in an integer array.
call MININT(ARRAY_IV, MINIMUM_IV)
ARRAY_IV
An integer array identifier.
MINIMUM_IV
The name of an integer variable to hold the result of the subroutine.
Description
Use this subroutine to return the smallest value in the integer array.