Adds and returns a new complex value.
[C#] |
---|
public IAgCRComplex Add( double real, double imaginary ); |
[Managed C++] |
---|
public: IAgCRComplex^ Add( double real, double imaginary ); |
[Java] |
---|
public IAgCRComplex add( double real, double imaginary ); |
[Unmanaged C++] |
---|
public: HRESULT Add( double real, double imaginary, IAgCRComplex ** ppRetVal ); |
- real
- imaginary