PseudoVoigtCurve.Width Property

Gets or sets the peak width (w).

Definition

Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public double Width { get; set; }

Property Value

Double

Remarks

The width is the full width at half maximum (FWHM) of the peak.

This value corresponds to the third parameter of the curve.

See Also