Click or drag to resize

PronySeriesInterpolationBaseInterpolationResultComplexWrapper Constructor

Initializes a new instance of the PronySeriesInterpolationBaseInterpolationResultComplexWrapper class.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public InterpolationResultComplexWrapper(
	Func<double, Complex> yOfX
)

Parameters

yOfX  FuncDouble, Complex
Delegate used to compute complex y-values for given x inputs.
See Also