Click or drag to resize

GaussianWindow(Int32, Boolean, Double) Constructor

Initializes a new instance of the GaussianWindow class

Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GaussianWindow(
	int count,
	bool periodic,
	double alpha
)

Parameters

count  Int32

[Missing <param name="count"/> documentation for "M:Altaxo.Calc.Fourier.Windows.GaussianWindow.#ctor(System.Int32,System.Boolean,System.Double)"]

periodic  Boolean

[Missing <param name="periodic"/> documentation for "M:Altaxo.Calc.Fourier.Windows.GaussianWindow.#ctor(System.Int32,System.Boolean,System.Double)"]

alpha  Double

[Missing <param name="alpha"/> documentation for "M:Altaxo.Calc.Fourier.Windows.GaussianWindow.#ctor(System.Int32,System.Boolean,System.Double)"]

See Also