LorentzCurve.Width Property

Gets or sets the width of the Lorentz curve.

Definition

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

Property Value

Double

Remarks

The width of the curve is measured midway between the base line (Offset) and the peak (value at Center).

This value corresponds to the third parameter of the curve.

See Also