Gets or sets the initial value of the logistical 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 InitialValue { get; set; }
Public Property InitialValue As Double
Get
Set
public:
property double InitialValue {
double get ();
void set (double value);
}
member InitialValue : float with get, set
Property Value
Type:
Double
The initial value is the limit of the function when x
goes to negative infinity.
This value corresponds to the first parameter of the curve.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference