%MaxR 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 real value.
Declaration
REAL %MaxR(
   REAL in Arg1, 
   REAL in Arg2, 
       ... 
   REAL in ArgN
 )
Parameters
ArgXFunction argument.
Napíšte komentár