Chebyshev Series<T>.Basis Property
Gets the function basis for the polynomial.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
A ChebyshevBasis object as a FunctionBasis.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public override FunctionBasis<T> Basis { get; }
Property Value
FunctionBasis<T>A ChebyshevBasis object as a FunctionBasis.
Remarks
For polynomials, the basis is a ChebyshevBasis.