|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Function2D
A function of the form y = f(x)
.
Method Summary | |
---|---|
double |
getValue(double x)
Returns the value of the function ('y') for a given input ('x'). |
Method Detail |
---|
double getValue(double x)
x
- the x-value.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |