ChebyshevSeries.Basis Property

Gets the function basis for the polynomial.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override FunctionBasis Basis { get; }

Property Value

FunctionBasis
A ChebyshevBasis object as a FunctionBasis.

Remarks

For polynomials, the basis is a ChebyshevBasis.

See Also