Click or drag to resize

WindowGauss Method

Gauss window.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] Gauss(
	int width,
	double sigma
)

Parameters

width  Int32

[Missing <param name="width"/> documentation for "M:Altaxo.Calc.Window.Gauss(System.Int32,System.Double)"]

sigma  Double

[Missing <param name="sigma"/> documentation for "M:Altaxo.Calc.Window.Gauss(System.Int32,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Window.Gauss(System.Int32,System.Double)"]

See Also