ISmSimultaneousSystem.Tolerance

Syntax

Tolerance: Integer;

Description

The Tolerance property determines the accuracy of solution.

Comments

The set value cannot be negative.

Default accuracy is 0,0001.

To determine the maximum number of iterations, use the ISmSimultaneousSystem.MaxIteration property.

Example

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

See also:

ISmSimultaneousSystem