Adds and returns a new complex value.
[Visual Basic .NET] |
---|
Public Function Add( _ ByVal real As Double, _ ByVal imaginary As Double _ ) As IAgCRComplex |
[C#] |
---|
public IAgCRComplex Add( double real, double imaginary ); |
[Managed C++] |
---|
public: IAgCRComplex^ Add( double real, double imaginary ); |
[Unmanaged C++] |
---|
public: HRESULT Add( double real, double imaginary, IAgCRComplex ** ppRetVal ); |
[Java] |
---|
public IAgCRComplex add( double real, double imaginary ); |
[Python - STK API ] |
---|
def Add(self, real:float, imaginary:float) -> "IAgCRComplex": |
- real
- imaginary