Click or drag to resize

AbstractWindowCompute(Double, Boolean) Method

Computes the window values into the provided array.

Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Compute(
	double[] array,
	bool periodic
)

Parameters

array  Double
The array that receives the window values.
periodic  Boolean
If set to true the window is computed in periodic mode.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when array is null.
ArgumentExceptionThrown when array has length zero.
See Also