Uses of Class
com.ezylang.evalex.functions.basic.AbstractMinMaxFunction
-
Packages that use AbstractMinMaxFunction Package Description com.ezylang.evalex.functions.basic -
-
Uses of AbstractMinMaxFunction in com.ezylang.evalex.functions.basic
Subclasses of AbstractMinMaxFunction in com.ezylang.evalex.functions.basic Modifier and Type Class Description classAverageFunctionReturns the average (arithmetic mean) of the numeric arguments, with recursive support for arrays.classMaxFunctionReturns the maximum value of all parameters.classMinFunctionReturns the minimum value of all parameters.
-