|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Combiner
Defines a real function of two real variables.
Method Summary | |
---|---|
double |
combination(double val1,
double val2)
The function of two variables. |
Method Detail |
---|
double combination(double val1, double val2)
val1
- the first variableval2
- the second variable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |