Click or drag to resize

AbstractWindowInternalCompute Method

[Missing <summary> documentation for "M:Altaxo.Calc.Fourier.Windows.AbstractWindow.InternalCompute(Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Boolean)"]


Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected abstract void InternalCompute(
	IVector<double> array,
	bool periodic
)

Parameters

array  IVectorDouble

[Missing <param name="array"/> documentation for "M:Altaxo.Calc.Fourier.Windows.AbstractWindow.InternalCompute(Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Boolean)"]

periodic  Boolean

[Missing <param name="periodic"/> documentation for "M:Altaxo.Calc.Fourier.Windows.AbstractWindow.InternalCompute(Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Boolean)"]

See Also