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.3179.0 (4.8.3179.0)
Syntax
C#
public TransformedInterpolation(
	IInterpolation interpolation,
	Func<double, double> transform
)

Parameters

interpolation  IInterpolation

[Missing <param name="interpolation"/> documentation for "M:Altaxo.Calc.Interpolation.TransformedInterpolation.#ctor(Altaxo.Calc.Interpolation.IInterpolation,System.Func{System.Double,System.Double})"]

transform  FuncDouble, Double

[Missing <param name="transform"/> documentation for "M:Altaxo.Calc.Interpolation.TransformedInterpolation.#ctor(Altaxo.Calc.Interpolation.IInterpolation,System.Func{System.Double,System.Double})"]

See Also