LorentzCurve.Amplitude 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 Amplitude { get; set; }

Property Value

Double

Remarks

The amplitude of the curve is the difference between the value at the peak (Center) and the baseline value (Offset).

This value does not correspond directly to one of the curve parameters. It is computed using the Width and Area.

See Also