public class DivisionOperation extends GenericOperation
opString, value1, value2
logger
Constructor and Description |
---|
DivisionOperation(FormulaValue value1,
FormulaValue value2)
Sets the value, that will be operated on.
|
Modifier and Type | Method and Description |
---|---|
double |
getValue(Feature feature)
Returns the divided values of the sub-values or sub-operations of this operation
|
isFeatureDependent, toString
public DivisionOperation(FormulaValue value1, FormulaValue value2)
public double getValue(Feature feature)
getValue
in class FormulaValue
feature
-