IMSL C# Numerical Library

MinUnconMultiVar.RelativeTolerance Property

NOTE: This property is now obsolete.

The set method was deprecated in JMSL and so the pair are deprecated here as well.


The relative function tolerance.

public double RelativeTolerance {get; set;}

Property Value

A double scalar value specifying the relative function tolerance.

Remarks

By default, 3.66685e-11 is used as the relative function tolerance.

Exceptions

Exception Type Condition
ArgumentException is thrown if RelativeTolerance is less than or equal to 0

See Also

MinUnconMultiVar Class | Imsl.Math Namespace