ChebyshevSeries<T>.ValueAt Method

Evaluates the Chebyshev series for a real argument.

Definition

Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public override T ValueAt(
	T x
)

Parameters

x  T
A real number.

Return Value

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

See Also