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