Gets the current value of the time parameter.
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# |
public double CurrentTime { get; protected set; }
|
| Visual Basic (Declaration) |
Public Property CurrentTime As Double
Get
Protected Set
|
| Visual C++ |
public:
property double CurrentTime {
double get ();
protected: void set (double value);
}
|
| F# |
member CurrentTime : float with get, set
|
See Also