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 |
[C#] |
---|
public IAgTransferFunctionInputBackOffCOverImTableRow InsertAt( int index, double inputBackOff, double cOverIm ); |
[Managed C++] |
---|
public: IAgTransferFunctionInputBackOffCOverImTableRow^ InsertAt( int index, double inputBackOff, double cOverIm ); |
[Java] |
---|
public IAgTransferFunctionInputBackOffCOverImTableRow insertAt( Integer index, double inputBackOff, double cOverIm ); |
[Unmanaged C++] |
---|
public: HRESULT InsertAt( int index, double inputBackOff, double cOverIm, IAgTransferFunctionInputBackOffCOverImTableRow ** ppRetVal ); |
- index
- inputBackOff
- cOverIm