|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the nature of the independent variable.public interface IDependentVariable<T>
Generic interface to describe a T-dependent variable.
The generic parameter T represents the nature of the independent variable.
| Method Summary | |
|---|---|
double |
value(T x)
Compute the value of the T-dependent variable. |
| Method Detail |
|---|
double value(T x)
x - value of T for which the variable should be computed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||