PolynomialDegree Property |
Gets the degree of the polynomial.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public virtual int Degree { get; }
Public Overridable ReadOnly Property Degree As Integer
Get
public:
virtual property int Degree {
int get ();
}
abstract Degree : int with get
override Degree : int with get
Property Value
Type:
Int32Remarks The degree of a polynomial is the highest power of the variable that appears. For example, the degree of 5 + 6 x + 7 x2 is 2.
See Also