Gets the degree of the polynomial.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public int Degree { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Degree As Integer |
| Visual C++ |
|---|
public:
property int Degree {
int get ();
} |
Field Value
The degree of the polynomial.
Remarks
See Also