Click or drag to resize

AbstractWindowAsVector Method

Returns the window values as an IVectorT instance.

Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IVector<double> AsVector()

Return Value

IVectorDouble
A vector containing the window values.
See Also