T
- the nature of the independent variable.public interface IDependentVariable<T> extends Serializable
Generic interface to describe a T-dependent variable.
The generic parameter T represents the nature of the independent variable.Modifier and Type | Method and Description |
---|---|
double |
value(T x)
Compute the value of the T-dependent variable.
|
double value(T x)
x
- value of T for which the variable should be computed.Copyright © 2021 CNES. All rights reserved.