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( int * pVal ); public: HRESULT put_Degree( int inVal ); |
[Java] |
---|
public Integer getDegree(); public void setDegree( Integer ); |