Gets or sets the width of the Lorentz curve.
Namespace: Extreme.Mathematics.Curves.NonlinearAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public double Width { get; set; }
Public Property Width As Double
Get
Set
public:
property double Width {
double get ();
void set (double value);
}
member Width : float with get, set
Property Value
Type:
Double
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference