Click or drag to resize

AbstractWindowAsDoubleArray Method

Returns the window values as a newly allocated Double array.

Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double[] AsDoubleArray()

Return Value

Double
An array containing the window values. If the window length is 1, the single value is 1.
See Also