%MinR function


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

Parameters
ArgX Function argument.

Napíšte komentár