Uses of Class
com.yahoo.searchlib.expression.NumericFunctionNode
Packages that use NumericFunctionNode
-
Uses of NumericFunctionNode in com.yahoo.searchlib.expression
Subclasses of NumericFunctionNode in com.yahoo.searchlib.expressionModifier and TypeClassDescriptionclassThis function is an instruction to add all arguments.classThis function is an instruction to perform bitwise AND on the result of all arguments in order.classThis is an abstract super-class for all non-unary functions that operator on bit values.classThis function is an instruction to divide the arguments in order.classThis function is an instruction to return the maximum value of all its arguments.classThis function is an instruction to return the minimum value of all its arguments.classThis function is an instruction to modulo the arguments in order.classThis function is an instruction to multiply all arguments.classThis function is an instruction to perform bitwise OR on the result of all arguments.classThis function is an instruction to perform bitwise XOR on the result of all arguments in order.