Click or drag to resize

IInterpolationFunction Interface

Gives an interpolation function, i.e. for every given x, there is exactly one corresponding y value.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IInterpolationFunction : IInterpolationCurve

The IInterpolationFunction type exposes the following members.

Methods
 NameDescription
Public methodGetXOfU Returns a x value in dependence of a parameter u.
(Inherited from IInterpolationCurve)
Public methodGetYOfU Returns a y value in dependence of a parameter u.
(Inherited from IInterpolationCurve)
Public methodGetYOfX Returns the y value in dependence of a given x value.
Public methodInterpolate Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
(Inherited from IInterpolationCurve)
Top
See Also