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.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic interface IInterpolationCurveOptions
The IInterpolationCurveOptions 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