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 class
MaxFunction
max function to find the largest element in arguments.class
MinFunction
min function to find the smallest element in arguments.
-