Example #1
0
 public void AddRange(CSVectorFloat values)
 {
     CocoStudioEngineAdapterPINVOKE.CSVectorFloat_AddRange(this.swigCPtr, CSVectorFloat.getCPtr(values));
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public CSVectorFloat(CSVectorFloat other)
     : this(CocoStudioEngineAdapterPINVOKE.new_CSVectorFloat__SWIG_1(CSVectorFloat.getCPtr(other)), true)
 {
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }