ISmLinearEquations.Tolerance

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.

Example

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

See also:

ISmLinearEquations