public void SetRange(int index, VectorOfDoubleVector values)
 {
     CoolPropPINVOKE.VectorOfDoubleVector_SetRange(swigCPtr, index, VectorOfDoubleVector.getCPtr(values));
     if (CoolPropPINVOKE.SWIGPendingException.Pending)
     {
         throw CoolPropPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public VectorOfDoubleVector(VectorOfDoubleVector other) : this(CoolPropPINVOKE.new_VectorOfDoubleVector__SWIG_1(VectorOfDoubleVector.getCPtr(other)), true)
 {
     if (CoolPropPINVOKE.SWIGPendingException.Pending)
     {
         throw CoolPropPINVOKE.SWIGPendingException.Retrieve();
     }
 }