AbstractWindowAsROVector Method |
Returns the window values as a read-only vector.
Namespace: Altaxo.Calc.Fourier.WindowsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IReadOnlyList<double> AsROVector()
Return Value
IReadOnlyListDoubleA read-only view over the window values.
See Also