CubicSpline.SlopeAt Method

Gets the slope of the curve at the specified X-coordinate.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override double SlopeAt(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The slope of the curve at the specified X-coordinate.

Remarks

The derivative of a cubic spline is itself not a cubic spline because the second derivative is no longer continuous.

See Also