Gets or sets the initial time value.
Namespace:
Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double InitialTime { get; set; }
Public Property InitialTime As Double
Get
Set
public:
property double InitialTime {
double get ();
void set (double value);
}
member InitialTime : float with get, set
Property Value
Type:
DoubleA real number.
Reference