General Curve.Slope At Method
Gets the slope of the curve at the specified
X-coordinate.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The slope of the curve at the specified X-coordinate.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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
If a derivative function was not supplied, the slope is evaluated numerically.