Exit criteria. Algotithm will terminate when the step size calculated during an iteration has a magnitude less than this value.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

See Also