Click or drag to resize

IInterpolationCurveOptions Interface

Interface to options for creation of an IInterpolationCurve.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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