Gets or sets the initial value of the logistic curve.
Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Property FinalValue As Double |
| C# |
|---|
public double FinalValue { get; set; } |
| Visual C++ |
|---|
public: property double FinalValue { double get (); void set (double value); } |
Remarks
The initial value is the limit of the function when x
goes to negative infinity.
This value corresponds to the second parameter of the curve.