SolverVariableSettingsInitialValue Property |
Gets or sets the initial value of the variable.
By default, this is set to zero.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax 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:
DoubleSee Also