STK ObjectsSend comments on this topic.
Add Method (IAgCRComplexCollection)
See Also
real
imaginary
Windows





Windows & Linux

Description

Adds and returns a new complex value.

Syntax

[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":

Parameters

real
imaginary

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.