  | GlobalCurveFitterInitialStepBound Property | 
            Gets and sets the initial step bound. In most cases this should be
            between 0.1 and 100.0.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double InitialStepBound { get; set; }Public Property InitialStepBound As Double
	Get
	Set
public:
property double InitialStepBound {
	double get ();
	void set (double value);
}member InitialStepBound : float with get, set
Property Value
Double
See Also