  | ParameterizedMultivariableFunctionCentralDifferenceDelta Property | 
            The delta used in the central difference algorithm for computing
            the Jacobian with respect to the parameters
            
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