Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.Interpolation
ExponentialSpline Class
ExponentialSpline Methods
GetBoundaryConditions Method
GetXOfU Method
GetYOfU Method
GetYOfX Method
Interpolate Method
SetBoundaryConditions Method
Exponential
Spline
Get
YOf
X Method
Returns the y value in dependence of a given x value.
Namespace:
Altaxo.Calc.Interpolation
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
double
GetYOfX
(
double
x
)
Parameters
x
Double
The x value (value of the independent variable).
Return Value
Double
The y value at the given x value.
Implements
IInterpolationFunction
GetYOfX(Double)
Remarks
Implementations are expected to have been initialized by calling
Interpolate(IReadOnlyList
Double
, IReadOnlyList
Double
)
before use.
See Also
Reference
ExponentialSpline Class
Altaxo.Calc.Interpolation Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net