Click or drag to resize

ClampedCubicSplineSetEndSlopes Method

Specifies the required slopes at the left and right endpoints.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetEndSlopes(
	double leftEndSlope,
	double rightEndSlope
)

Parameters

leftEndSlope  Double
Value for the slope at the left endpoint.
rightEndSlope  Double
Value for the slope at the right endpoint.
See Also