ISmLinearEquations.MaxIteration

Syntax

MaxIteration: Integer;

Description

The MaxIteration property determines the maximum number of iterations within which the solution is found.

Comments

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

Example

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

See also:

ISmLinearEquations