CubicSpline.SlopeAt Method
Gets the slope of the curve at the specified
X-coordinate.
DefinitionPermalink
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
C#
The slope of the curve at the specified X-coordinate.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.6
public override double SlopeAt(
double x
)
ParametersPermalink
- x Double
- A real number.
Return ValuePermalink
DoubleThe slope of the curve at the specified X-coordinate.
RemarksPermalink
The derivative of a cubic spline is itself not a cubic spline because the second derivative is no longer continuous.