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.double value(T x)
x - value of T for which the variable should be computed.Copyright © 2017 CNES. All rights reserved.