ChebyshevSeries<T>.SlopeAt Method

Evaluates the slope or first derivative of a Chebyshev series for a complex number argument.

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 complex number number.

Return Value

T
The slope of the Chebyshev series for the specified argument.

See Also