STK ObjectsSend comments on this topic.
InsertAt Method (IAgTransferFunctionPolynomialCollection)
See Also
index
coefficient
Windows





Windows & Linux

Description

Inserts a new coefficient at the supplied index.

Syntax

[Visual Basic .NET]
Public Sub InsertAt( _
    ByVal index As Integer, _
    ByVal coefficient As Double _
)
[C#]
public void InsertAt(
    int index,
    double coefficient
);
[Managed C++]
public: void InsertAt(
    int index,
    double coefficient
);
[Unmanaged C++]
public: HRESULT InsertAt(
    int index,
    double coefficient
);
[Java]
public void insertAt(
    Integer index,
    double coefficient
);
[Python - STK API ]
def InsertAt(self, index:int, coefficient:float) -> None:

Parameters

index
coefficient

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.