Gets and sets the smallest step size considered to be non-zero. This step size should be small when compared with the approximate magintude of the solution.

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

Syntax

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

See Also