public class PlusMultiply extends TernaryValueFunction implements TernaryValueFunction.ValueFunctionWithConstant, Serializable
TernaryValueFunction.ValueFunctionWithConstant
Modifier and Type | Method and Description |
---|---|
double |
execute(double in1,
double in2) |
double |
execute(double in1,
double in2,
double in3) |
static PlusMultiply |
getFnObject() |
BinaryOperator |
setOp2Constant(double cnt) |
requiresCorrection
public static PlusMultiply getFnObject()
public double execute(double in1, double in2, double in3)
execute
in class TernaryValueFunction
public BinaryOperator setOp2Constant(double cnt)
setOp2Constant
in interface TernaryValueFunction.ValueFunctionWithConstant
public double execute(double in1, double in2)
execute
in class FunctionObject
Copyright © 2020 The Apache Software Foundation. All rights reserved.