ISmSimultaneousSystem.Tolerance

Fore Syntax

Tolerance: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ISmSimultaneousSystem