RectangleWindowAsROVector(Int32, Boolean) Method |
Returns the window as an read only vector.
Namespace: Altaxo.Calc.Fourier.WindowsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IReadOnlyList<double> AsROVector(
int count,
bool periodic
)
Parameters
- count Int32
- Length of the window.
- periodic Boolean
- Periodic conditions, see remarks in the base class.
Return Value
IReadOnlyListDoubleThe window as read only vector.
See Also