|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.formula.FormulaArray.Subtracter
private static class FormulaArray.Subtracter
Constructor Summary | |
---|---|
private |
FormulaArray.Subtracter()
|
Method Summary | |
---|---|
double |
apply(double val1,
double val2)
Apply some function to the specified doubles and return the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private FormulaArray.Subtracter()
Method Detail |
---|
public double apply(double val1, double val2)
BinaryDoubleFunction
apply
in interface BinaryDoubleFunction
val1
- the first value to operation onval2
- the second value to operation on
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |