示例#1
0
 private void setitem(int index, float val)
 {
     MyDLLPINVOKE.FloatVector_setitem(swigCPtr, index, val);
     if (MyDLLPINVOKE.SWIGPendingException.Pending)
     {
         throw MyDLLPINVOKE.SWIGPendingException.Retrieve();
     }
 }