Click or drag to resize

PronySeriesInterpolationBaseInterpolationResultComplexWrapperGetYOfU Method

Gets the complex y-value using the delegate and the provided parameter.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Complex GetYOfU(
	double u
)

Parameters

u  Double
The parameter value.

Return Value

Complex
The complex y-value for u.
See Also