Inserts and returns a new complex value at the supplied index.
[Visual Basic .NET] |
---|
Public Function InsertAt( _ ByVal Index As Integer, _ ByVal Real As Double, _ ByVal Imaginary As Double _ ) As IAgCRComplex |
[C#] |
---|
public IAgCRComplex InsertAt( |
[Managed C++] |
---|
public: IAgCRComplex^ InsertAt( |
[Java] |
---|
public IAgCRComplex insertAt( |
[Unmanaged C++] |
---|
public: HRESULT InsertAt( |
- Index
- Real
- Imaginary