Gets and sets the delta value to use in the central difference approximation of the gradient of this functional. The centeral difference approximation will be used only if the deriving subclass does not override the Gradient() method.

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

Syntax

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

See Also