IInterpolationFunctionOptions Interface |
Interface to options for creating an
IInterpolationFunction from sample data.
Implementations configure algorithm parameters and produce a function mapping x to y.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic interface IInterpolationFunctionOptions : IInterpolationCurveOptions
The IInterpolationFunctionOptions type exposes the following members.
Methods| | Name | Description |
|---|
 | Interpolate |
Sets the interpolation data by providing values for x and y. Both vectors must be of equal length.
|
Top
See Also