public class PowerOfOperation extends GenericOperation
Math.pow(value1, value2)
.opString, value1, value2
logger
Constructor and Description |
---|
PowerOfOperation(FormulaValue value1,
FormulaValue value2) |
Modifier and Type | Method and Description |
---|---|
double |
getValue(Feature feature)
Returns the value (as a double) of this part of the formula.
|
java.lang.String |
toString() |
isFeatureDependent
public PowerOfOperation(FormulaValue value1, FormulaValue value2)
value1
- value2
- public double getValue(Feature feature)
FormulaValue
getValue
in class FormulaValue
feature
- public java.lang.String toString()
toString
in class GenericOperation