Click or drag to resize

AbstractWindowCompute(IVectorDouble, Int32, Int32, Boolean) Method

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


Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Compute(
	IVector<double> array,
	int startidx,
	int count,
	bool periodic
)

Parameters

array  IVectorDouble

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

startidx  Int32

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

count  Int32

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

periodic  Boolean

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

See Also