LorentzCurve.SlopeAt Method
Gets the slope of the curve at the specified
X-coordinate.
DefinitionPermalink
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The slope of the curve at the specified X-coordinate.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
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
This method evaluates the derivative of the curve at the point x.