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