LorentzCurve.Center Property

Gets or sets the center of the Lorentz curve.

Definition

Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double Center { get; set; }

Property Value

Double

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.

See Also