Gets the default convergence criterion.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Const DefaultConvergenceCriterion As ConvergenceCriterion
C#
public const ConvergenceCriterion DefaultConvergenceCriterion
C++
public:
literal ConvergenceCriterion DefaultConvergenceCriterion

Value

The value of this field is WithinAnyTolerance.

Remarks

The value of this field is WithinAnyTolerance. Convergence is achieved when the size of the error is within either the relative or absolute tolerance. Use the ConvergenceCriterion property to choose a different criterion.

See Also