Class QuotientFunction
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.QuotientFunction
- All Implemented Interfaces:
FunctionValue,OperatorFunctionValue
Returns the quotient of a division.
- 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
-
QuotientFunction
public QuotientFunction() -
QuotientFunction
-
-
Method Details
-
getValue
- Returns:
- The value this
FunctionValuecarries or calculates based on its function.
-
toString
-