public interface DoubleBinaryOperation
| Red (ctsay) |
| Red (ctsay) |
| Modifier and Type | Method and Description |
|---|---|
double |
operate(double leftOperand,
double rightOperand)
Operate on the operands, returning a value of the same
type.
|
double operate(double leftOperand,
double rightOperand)
leftOperand - The left operand.rightOperand - The right operand.