Click or drag to resize

PronySeriesFrequencyDomainComplexInterpolationIsSupportingSeparateXForRealAndImaginaryPart Property

Gets a value indicating whether this instance supports independent real and imaginary sample sets.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool IsSupportingSeparateXForRealAndImaginaryPart { get; }

Property Value

Boolean

Implements

IComplexInterpolationIsSupportingSeparateXForRealAndImaginaryPart
Remarks
Only if this property returns true may you use Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) to provide separate x and y pairs for the real and imaginary data.
See Also