The relative function tolerance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double RelativeTolerance { get; set; }
Visual Basic (Declaration)
Public Property RelativeTolerance As Double
Visual C++
public:
property double RelativeTolerance {
	double get ();
	void set (double value);
}

Field Value

A double scalar value specifying the relative function tolerance.

Remarks

By default, 1.0e-20 is used as the relative function tolerance.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown if RelativeTolerance is less than or equal to 0

See Also