%MaxR function


Function
The function returns the maximal value of specified arguments  Arg, Arg2, ... ArgN. Number of arguments is not limited. Result is a real value.
Declaration
REAL %MaxR(
   REAL in Arg1, 
   REAL in Arg2, 
       ... 
   REAL in ArgN
 )

Parameters
ArgX Function argument.

Napíšte komentár