示例#1
0
 public void Insert(int index, float x)
 {
     MyDLLPINVOKE.FloatVector_Insert(swigCPtr, index, x);
     if (MyDLLPINVOKE.SWIGPendingException.Pending)
     {
         throw MyDLLPINVOKE.SWIGPendingException.Retrieve();
     }
 }