Inserts and returns a new row at the supplied index.
[Visual Basic .NET] |
---|
Public Function InsertAt( _ ByVal index As Integer, _ ByVal inputBackOff As Double, _ ByVal cOverIm As Double _ ) As IAgTransferFunctionInputBackOffCOverImTableRow |
[C#] |
---|
public IAgTransferFunctionInputBackOffCOverImTableRow InsertAt( int index, double inputBackOff, double cOverIm ); |
[Managed C++] |
---|
public: IAgTransferFunctionInputBackOffCOverImTableRow^ InsertAt( int index, double inputBackOff, double cOverIm ); |
[Unmanaged C++] |
---|
public: HRESULT InsertAt( int index, double inputBackOff, double cOverIm, IAgTransferFunctionInputBackOffCOverImTableRow ** ppRetVal ); |
[Java] |
---|
public IAgTransferFunctionInputBackOffCOverImTableRow insertAt( Integer index, double inputBackOff, double cOverIm ); |
[Python - STK API ] |
---|
def InsertAt(self, index:int, inputBackOff:float, cOverIm:float) -> "IAgTransferFunctionInputBackOffCOverImTableRow": |
- index
- inputBackOff
- cOverIm