ISmSimultaneousSystem.MaxIteration

Syntax

MaxIteration: Integer;

Description

The MaxIteration property determines the maximum number of iterations.

Comments

The set value cannot be negative.

Default iteration number is 100.

To determine solution accuracy, use the ISmSimultaneousSystem.Tolerance property.

Example

The property use is given in the example for ISmSimultaneousSystem.UseConstantAsInstrument.

See also:

ISmSimultaneousSystem