Gets the current value of the unknowns.
Namespace:
Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<double> CurrentValue { get; }
Public ReadOnly Property CurrentValue As Vector(Of Double)
Get
public:
property Vector<double>^ CurrentValue {
Vector<double>^ get ();
}
member CurrentValue : Vector<float> with get
Property Value
Type:
VectorDouble
Reference