%MaxI function


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