Gets and sets the desired value of the slope at the left endpoint.

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

Syntax

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

See Also