Exemplo n.º 1
0
 public void AddRange(CSVectorDouble values)
 {
     CocoStudioEngineAdapterPINVOKE.CSVectorDouble_AddRange(this.swigCPtr, CSVectorDouble.getCPtr(values));
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public CSVectorDouble(CSVectorDouble other)
     : this(CocoStudioEngineAdapterPINVOKE.new_CSVectorDouble__SWIG_1(CSVectorDouble.getCPtr(other)), true)
 {
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }