Specifies the required slopes at the left and right endpoints.

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

Syntax

C#
public void SetEndSlopes(
	double leftEndSlope,
	double rightEndSlope
)
Visual Basic (Declaration)
Public Sub SetEndSlopes ( _
	leftEndSlope As Double, _
	rightEndSlope As Double _
)
Visual C++
public:
void SetEndSlopes(
	double leftEndSlope, 
	double rightEndSlope
)

Parameters

leftEndSlope
Type: System..::.Double
Value for the slope at the left endpoint.
rightEndSlope
Type: System..::.Double
Value for the slope at the right endpoint.

See Also