Gets the polynomial coefficients.
Read-only property
[Visual Basic .NET] |
---|
Public Property Coefficients() As IAgRfCoefficients |
[C#] |
---|
public IAgRfCoefficients Coefficients {get;} |
[Managed C++] |
---|
public: __property IAgRfCoefficients ^ get_Coefficients(); |
[Unmanaged C++] |
---|
public: HRESULT get_Coefficients( IAgRfCoefficients ** ppVal ); |
[Java] |
---|
public IAgRfCoefficients getCoefficients(); |
[Python - STK API ] |
---|
@property def Coefficients(self) -> "IAgRfCoefficients": |