Gets or sets the function power.
Read-write property
[Visual Basic .NET] |
---|
Public Property FunctionPower() As Double |
[C#] |
---|
public double FunctionPower {get; set;} |
[Managed C++] |
---|
public: __property double get_FunctionPower(); |
[Unmanaged C++] |
---|
public: HRESULT get_FunctionPower( double * pVal ); public: HRESULT put_FunctionPower( double val ); |
[Java] |
---|
public double getFunctionPower(); public void setFunctionPower( double ); |