Gets and sets the tolerance used to check the trial step.

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

Syntax

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

Remarks

If this tolerance is reached, the process will stop with TrialStepWithinTolerance.

See Also