AbstractWindowCompute(IVectorDouble, Boolean) Method |
Computes the window values into the provided vector instance.
Namespace: Altaxo.Calc.Fourier.WindowsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void Compute(
IVector<double> array,
bool periodic
)
Parameters
- array IVectorDouble
- The vector that receives the window values.
- periodic Boolean
- If set to true the window is computed in periodic mode.
Exceptions
See Also