Click or drag to resize

IComplexInterpolationFunction 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 IComplexInterpolationFunction

The IComplexInterpolationFunction type exposes the following members.

Methods
 NameDescription
Public methodGetYOfX Returns the y value in dependence of a given x value.
Top
See Also