Click or drag to resize

RealFFTResultWrapperImaginaryPart Property

Returns the vector of the resulting imaginary parts of the FFT.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> ImaginaryPart { get; }

Property Value

IReadOnlyListDouble
See Also