Gets the last time for which the integration has been calculated. This may be past the final time.
Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
protected double LastTime { get; set; }
|
| Visual Basic (Declaration) |
Protected Property LastTime As Double
Get
Set
|
| Visual C++ |
protected:
property double LastTime {
double get ();
void set (double value);
}
|
| F# |
member LastTime : float with get, set
|
See Also