public class TestFloatUnaryOperation extends java.lang.Object implements FloatUnaryOperation
| Constructor and Description |
|---|
TestFloatUnaryOperation() |
| Modifier and Type | Method and Description |
|---|---|
float |
operate(float operand)
Operate on the operand, returning a value of the same type.
|
public float operate(float operand)
operate in interface FloatUnaryOperationoperand - The operand.