Polynomial Base<T>.Degree Property
Gets the degree of the polynomial.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
The degree of the polynomial.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public int Degree { get; }
Property Value
Int32The degree of the polynomial.
Remarks
The degree of a polynomial is the order of the first non-zero term. It may be less than the number of parameters plus 1.