public class TestDoubleBinaryOperation extends java.lang.Object implements DoubleBinaryOperation
| Constructor and Description |
|---|
TestDoubleBinaryOperation() |
| Modifier and Type | Method and Description |
|---|---|
double |
operate(double leftOperand,
double rightOperand)
Operate on the operands, returning a value of the same
type.
|
public TestDoubleBinaryOperation()
public double operate(double leftOperand, double rightOperand)
operate in interface DoubleBinaryOperationleftOperand - The left operand.rightOperand - The right operand.