Click or drag to resize

IComplexInterpolationIsSupportingSeparateXForRealAndImaginaryPart 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#
bool IsSupportingSeparateXForRealAndImaginaryPart { get; }

Property Value

Boolean
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