Curve<T>.Tangent At Method
Gets the tangent line to the curve at the
specified X-coordinate.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
A Polynomial that is the tangent of the curve at the specified X-coordinate.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public Polynomial<T> TangentAt(
T x
)
Parameters
- x T
- A real number.
Return Value
Polynomial<T>A Polynomial that is the tangent of the curve at the specified X-coordinate.