Click or drag to resize

IInterpolationFunctionOptions Interface

Interface to options for creation of an IInterpolationFunction (which includes IInterpolationCurve).

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

The IInterpolationFunctionOptions 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