Gets the numerator complex polynomial.
Read-only property
[Visual Basic .NET] |
---|
Public Property NumeratorComplexPolynomial() As IAgCRComplexCollection |
[C#] |
---|
public IAgCRComplexCollection NumeratorComplexPolynomial {get;} |
[Managed C++] |
---|
public: __property IAgCRComplexCollection ^ get_NumeratorComplexPolynomial(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumeratorComplexPolynomial( IAgCRComplexCollection ** ppRetVal ); |
[Java] |
---|
public IAgCRComplexCollection getNumeratorComplexPolynomial(); |
[Python - STK API ] |
---|
@property def NumeratorComplexPolynomial(self) -> "IAgCRComplexCollection": |