NumericalIntegratorInitialDependentVariableValues Property |
Gets or sets the values of the dependent variables prior to an integration step.
These values will be updated to the previous
FinalDependentVariableValues
at the beginning of each 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[] InitialDependentVariableValues { get; protected set; }
Public Property InitialDependentVariableValues As Double()
Get
Protected Set
public:
property array<double>^ InitialDependentVariableValues {
array<double>^ get ();
protected: void set (array<double>^ value);
}
member InitialDependentVariableValues : float[] with get, set
Property Value
Type:
DoubleSee Also