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: 20.4.407.0 (20.4.407.0)
Syntaxpublic 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:
Double
See Also