Inserts a new coefficient at the supplied index.
[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: |
- index
- coefficient