Click or drag to resize

AbstractWindow Constructor

Initializes a new instance of the AbstractWindow class.

Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public AbstractWindow(
	int count,
	bool periodic
)

Parameters

count  Int32
The number of samples of the window. Must be greater than zero.
periodic  Boolean
If set to true, the window is considered periodic.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when count is zero or negative.
See Also