Gets or sets the center of the logistic curve.
Namespace: Extreme.Mathematics.Curves.NonlinearAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public double Center { get; set; }
Public Property Center As Double
Get
Set
public:
property double Center {
double get ();
void set (double value);
}
member Center : float with get, set
Property Value
Type:
Double
The center is the halfway point in the transition from the initial value to the final value.
The logistic curve as anti-symmetrical about the center.
This value corresponds to the third parameter of the curve.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference