  | GlobalCurveFitterCentralDifferenceDelta Property | 
            Gets and set the central difference delta used by the central difference
            algorithm for computing Jacobians.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double CentralDifferenceDelta { get; set; }Public Property CentralDifferenceDelta As Double
	Get
	Set
public:
property double CentralDifferenceDelta {
	double get ();
	void set (double value);
}member CentralDifferenceDelta : float with get, set
Property Value
Double
See Also