Gets or sets the width of the Lorentz curve.

Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public Property Width As Double
C#
public double Width { get; set; }
Visual C++
public:
property double Width {
	double get ();
	void set (double value);
}

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.