ISmLinearEquations.Tolerance

Fore Syntax

Tolerance: Double;

Fore.NET Syntax

Tolerance: double;

Description

The Tolerance property determines the accuracy of solution.

Comments

Default value is 0.0000001.

To determine the maximum number of iterations, for which the solution must be found, use the ISmLinearEquations.MaxIteration property.

Fore and Fore.NET Examples

The property use is given in the example for ISmLinearEquations.InitApproximation.

See also:

ISmLinearEquations