Gets or sets the center 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 Center As Double
C#
public double Center { get; set; }
Visual C++
public:
property double Center {
	double get ();
	void set (double value);
}

Remarks

The Lorentz curve is symmetrical about the center. The center is where the curve reaches its maximum value.

This value corresponds to the second parameter of the curve.