Gets and sets the spacing between the points at which to compute the unknown function.

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

Syntax

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

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if delta is not positive.

See Also