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