Polynomial.Slope At Method
Evaluates the slope or first derivative of a polynomial
for a real argument.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The slope of the polynomial for the specified argument.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override double SlopeAt(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe slope of the polynomial for the specified argument.