The function returns the maximal value of specified arguments Arg, Arg2, ... ArgN. Number The number of arguments is not limited. Result The result is a real value.
Declaration
Blok kódu
language
esl
theme
Confluence
REAL %MaxR(
REAL in Arg1,
REAL in Arg2,
...
REAL in ArgN
)