Gets\Sets the abscissa interval for the data. This is used to scale the derivatives to the correct units.

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

Syntax

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

See Also