|
GeneralConvergenceStartTime Property
|
Gets or sets the time when the algorithm started running. When
time will be tracked with the
MaximumTime property,
this property must also be set to a correct value.
Namespace:
Accord.Math.Convergence
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public DateTime StartTime { get; set; }
Public Property StartTime As DateTime
Get
Set
Request Example
View SourceProperty Value
Type:
DateTimeSee Also