Click or drag to resize

IComplexInterpolationIsSupportingSeparateXForRealAndImaginaryPart Property

Gets a value indicating whether this instance is supporting separate pairs of xreal, yreal and ximag, yimag for the real and imaginary data. Only if true is returned, you may use Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble) to provide separate pairs of x and y for real and imaginary part.

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

Property Value

Boolean
See Also