%MinI function


Function
The function returns a minimal value of the arguments  Arg, Arg2, ... ArgN. The number of arguments is not limited. The result is a integer value.
Declaration
INT %MinI(
   INT in Arg1, 
   INT in Arg2, 
       ... 
   INT in ArgN
 )
Parameters
ArgXFunction argument.
Napíšte komentár