Class ProductFunction
java.lang.Object
org.eclipse.nebula.widgets.nattable.formula.function.AbstractFunction
org.eclipse.nebula.widgets.nattable.formula.function.AbstractMathFunction
org.eclipse.nebula.widgets.nattable.formula.function.ProductFunction
- All Implemented Interfaces:
FunctionValue,OperatorFunctionValue
Returns the product of a supplied list of numbers.
- Since:
- 1.4
-
Field Summary
Fields inherited from class org.eclipse.nebula.widgets.nattable.formula.function.AbstractFunction
values -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.formula.function.AbstractMathFunction
addFunctionValue, convertValue, validateMethodParameterMethods inherited from class org.eclipse.nebula.widgets.nattable.formula.function.AbstractFunction
isEmpty
-
Constructor Details
-
ProductFunction
public ProductFunction() -
ProductFunction
-
-
Method Details
-
getValue
- Returns:
- The value this
FunctionValuecarries or calculates based on its function.
-
toString
-