Gets and sets the initial step bound. In most cases this should be between 0.1 and 100.0.

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

Syntax

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

See Also