Click or drag to resize

IInterpolationCurve Interface

Represents an interpolation curve parametrized by a parameter u. Implementations may represent non-functional curves where multiple y values can exist for a single x.

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

The IInterpolationCurve type exposes the following members.

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