public interface UnaryOperation extends IOperation
Modifier and Type | Interface and Description |
---|---|
static class |
UnaryOperation.Stub
Stub class where only two methods need to be overridden:
UnaryOperation.Stub.complexOperate(double[], double, double) ,
UnaryOperation.Stub.toString(String) |
Modifier and Type | Method and Description |
---|---|
boolean |
booleanOperate(long a) |
void |
complexOperate(double[] out,
double ra,
double ia) |
double |
doubleOperate(double a) |
long |
longOperate(long a) |
String |
toString(String a) |
boolean booleanOperate(long a)
a
- long longOperate(long a)
a
- double doubleOperate(double a)
a
- void complexOperate(double[] out, double ra, double ia)
out
- holds op(ra, ia)ra
- ia
- Copyright © 2017. All rights reserved.