NumericalIntegratorFinalDependentVariableValues Property |
Gets or sets the values of the dependent variables resulting from the last 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[] FinalDependentVariableValues { get; protected set; }
Public Property FinalDependentVariableValues As Double()
Get
Protected Set
public:
property array<double>^ FinalDependentVariableValues {
array<double>^ get ();
protected: void set (array<double>^ value);
}
member FinalDependentVariableValues : float[] with get, set
Property Value
Type:
DoubleSee Also