The gradient tolerance used to compute the gradient.

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

Syntax

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

Field Value

A double specifying the gradient tolerance used to compute the gradient.

Remarks

By default, the cube root of machine precision squared is used to compute the gradient.

Exceptions

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

See Also