public static class BinaryOperation.Stub extends Object implements BinaryOperation
complexOperate(double[], double, double, double, double)
,
toString(String, String)
BinaryOperation.Stub
Constructor and Description |
---|
Stub() |
Modifier and Type | Method and Description |
---|---|
boolean |
booleanOperate(long a,
long b) |
void |
complexOperate(double[] out,
double ra,
double ia,
double rb,
double ib) |
double |
doubleOperate(double a,
double b) |
long |
longOperate(long a,
long b) |
String |
toString(String string,
String string2) |
public Stub()
public double doubleOperate(double a, double b)
doubleOperate
in interface BinaryOperation
a
- first operandb
- second operandpublic boolean booleanOperate(long a, long b)
booleanOperate
in interface BinaryOperation
a
- first operandb
- second operandpublic long longOperate(long a, long b)
longOperate
in interface BinaryOperation
a
- first operandb
- second operandpublic void complexOperate(double[] out, double ra, double ia, double rb, double ib)
complexOperate
in interface BinaryOperation
out
- holds (ra, ia) op (rb, ib)ra
- real part of first operandia
- imaginary part of first operandrb
- real part of second operandib
- imaginary part of second operandCopyright © 2014–2022 Eclipse Foundation. All rights reserved.