RectangleWindowAsVector(Int32, Boolean) Method |
Returns the window as writeable vector.
Namespace: Altaxo.Calc.Fourier.WindowsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
IVectorDoubleThe window as writeable vector.
See Also