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