Click or drag to resize

IInterpolationCurveOptions Interface

Interface to options for creating an IInterpolationCurve instance from sample data. Implementations encapsulate algorithm-specific configuration needed to build the curve.

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

The IInterpolationCurveOptions type exposes the following members.

Methods
 NameDescription
Public methodInterpolate Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
Top
See Also