Degree of the coefficient.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Degree() As Integer
|
| [C#] |
|---|
public int Degree {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_Degree();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Degree(
|
| [Java] |
|---|
public ppInteger getDegree();public void setDegree(
|