Polynomial Base.Degree Property
            
            
            
            
            Gets the degree of the polynomial.
            
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
The degree of the polynomial.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.