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