NumericalIntegratorInitialIndependentVariableValue Property |
Gets or sets the value of the independent variable prior to an integration step.
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 InitialIndependentVariableValue { get; protected set; }
Public Property InitialIndependentVariableValue As Double
Get
Protected Set
public:
property double InitialIndependentVariableValue {
double get ();
protected: void set (double value);
}
member InitialIndependentVariableValue : float with get, set
Property Value
Type:
DoubleSee Also