Click or drag to resize

AbstractWindowAsROVector Method

Returns the window values as a read-only vector.

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

Return Value

IReadOnlyListDouble
A read-only view over the window values.
See Also