The maximum time allowed for the solve step.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual long MaximumTime { get; set; }
Visual Basic (Declaration)
Public Overridable Property MaximumTime As Long
Visual C++
public:
virtual property long long MaximumTime {
	long long get ();
	void set (long long value);
}

Field Value

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