NonNegativeLeastSquaresMaximumTime Property |
The maximum time allowed for the solve step.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual long MaximumTime { get; set; }
Public Overridable Property MaximumTime As Long
Get
Set
public:
virtual property long long MaximumTime {
long long get ();
void set (long long value);
}
abstract MaximumTime : int64 with get, set
override MaximumTime : int64 with get, set
Property Value
Type:
Int64
A
long value specifying the maximum time, in milliseconds,
to be allowed for the solve step.
Default: There is no time limit.
Remarks
If MaximumTime is less than or equal to zero, then no time
limit is imposed.
See Also