The relative precision in gradients.

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

Syntax

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

Field Value

A double scalar value specifying the relative precision in gradients.

Remarks

By default, GradientPrecision is set to 2.2e-16.

Exceptions

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

See Also