The required absolute accuracy in the final value returned by the ComputeMin method.

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

Syntax

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

Field Value

A double scalar value specifying the required absolute accuracy in the final value returned by the ComputeMin method.

Remarks

By default, the required accuracy is set to 1.0e-8.

See Also