Click or drag to resize
NonNegativeLeastSquaresMaximumTime Property
The maximum time allowed for the solve step.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual long MaximumTime { 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