Click or drag to resize

TransformedInterpolation Constructor

Initializes a new instance of the TransformedInterpolation class.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TransformedInterpolation(
	IInterpolation interpolation,
	Func<double, double> transform
)

Parameters

interpolation  IInterpolation
The underlying interpolation.
transform  FuncDouble, Double
The transformation applied to interpolated values.
See Also