GeneralCurve<T>.SlopeAt Method

Gets the slope of 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.0
C#
public override T SlopeAt(
	T x
)

Parameters

x  T
A real number.

Return Value

T
The slope of the curve at the specified X-coordinate.

Remarks

If a derivative function was not supplied, the slope is evaluated numerically.

See Also