Gets the degree of the polynomial.
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Degree As Integer |
| C# |
|---|
public int Degree { get; } |
| C++ |
|---|
public: int Degree { int get (); } |
Value
The 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.