public _DeltaVolQuote __deref__() { global::System.IntPtr cPtr = NQuantLibcPINVOKE.DeltaVolQuote___deref__(swigCPtr); _DeltaVolQuote ret = (cPtr == global::System.IntPtr.Zero) ? null : new _DeltaVolQuote(cPtr, false); if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(_DeltaVolQuote obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }