Click or drag to resize

IInterpolation Interface

Interpolation within the range of a discrete set of known data points.

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

The IInterpolation type exposes the following members.

Properties
 NameDescription
Public propertySupportsDifferentiation Gets a value indicating whether the algorithm supports differentiation (interpolated derivative).
Public propertySupportsIntegration Gets a value indicating whether the algorithm supports integration (interpolated quadrature).
Top
Methods
 NameDescription
Public methodDifferentiate Differentiate at point t.
Public methodDifferentiate2 Differentiate twice at point t.
Public methodIntegrate(Double) Indefinite integral at point t.
Public methodIntegrate(Double, Double) Definite integral between points a and b.
Public methodInterpolate Interpolate at point t.
Top
See Also