Click or drag to resize

RectangleWindowAsVector(Int32, Boolean) Method

Returns the window as writeable vector.

Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IVector<double> AsVector(
	int count,
	bool periodic
)

Parameters

count  Int32
Length of the window.
periodic  Boolean
Periodic conditions, see remarks in the base class.

Return Value

IVectorDouble
The window as writeable vector.
See Also