Uses of Class
com.googlecode.aviator.runtime.function.system.AbstractMinMaxFunction
-
Packages that use AbstractMinMaxFunction Package Description com.googlecode.aviator.runtime.function.system -
-
Uses of AbstractMinMaxFunction in com.googlecode.aviator.runtime.function.system
Subclasses of AbstractMinMaxFunction in com.googlecode.aviator.runtime.function.system Modifier and Type Class Description classMaxFunctionmax function to find the largest element in arguments.classMinFunctionmin function to find the smallest element in arguments.
-