Cubic Spline.Slope At Method
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Overload List
| Slope | Gets the slope of the curve at the specified X-coordinate. |
| Slope | Gets the slopes of the curve at the specified X-coordinates. |
| Slope | Gets the slopes of the curve at the specified X-coordinates. |
| Slope | Gets the slopes of the curve at the specified X-coordinates. |
| Slope | Gets the slopes of the curve at the specified X-coordinates. |
SlopeAt(Double)
Gets the slope of the curve at the specified
X-coordinate.
public override double SlopeAt(
double x
)Parameters
- x Double
- A real number.
Return Value
DoubleThe 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.