Lorentz Curve.Amplitude Property
Gets or sets the width of the Lorentz curve.
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double Amplitude { get; set; }
Property Value
DoubleRemarks
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.