PseudoVoigtCurve.Center Property

Gets or sets the peak center (μ).

Definition

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

Property Value

Double

Remarks

The center is the position of the peak maximum.

This value corresponds to the second parameter of the curve.

See Also