Gets the last value that was calculated.
Namespace:
Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected Vector<double> LastValue { get; }
Protected ReadOnly Property LastValue As Vector(Of Double)
Get
protected:
property Vector<double>^ LastValue {
Vector<double>^ get ();
}
member LastValue : Vector<float> with get
Property Value
Type:
VectorDouble
Reference