Uses of Class
com.googlecode.aviator.runtime.function.system.AbstractMinMaxFunction
Packages that use AbstractMinMaxFunction
-
Uses of AbstractMinMaxFunction in com.googlecode.aviator.runtime.function.system
Subclasses of AbstractMinMaxFunction in com.googlecode.aviator.runtime.function.systemModifier and TypeClassDescriptionclass
max function to find the largest element in arguments.class
min function to find the smallest element in arguments.