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





Windows & Linux

Description

Inserts and returns a new complex value at the supplied index.

Syntax

[Visual Basic .NET]
Public Function InsertAt( _
    ByVal index As Integer, _
    ByVal real As Double, _
    ByVal imaginary As Double _
) As IAgCRComplex
[C#]
public IAgCRComplex InsertAt(
    int index,
    double real,
    double imaginary
);
[Managed C++]
public: IAgCRComplex^ InsertAt(
    int index,
    double real,
    double imaginary
);
[Unmanaged C++]
public: HRESULT InsertAt(
    int index,
    double real,
    double imaginary,
    IAgCRComplex ** ppRetVal
);
[Java]
public IAgCRComplex insertAt(
    Integer index,
    double real,
    double imaginary
);
[Python - STK API ]
def InsertAt(self, index:int, real:float, imaginary:float) -> "IAgCRComplex":

Parameters

index
real
imaginary

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.