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

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

Syntax

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

See Also