public HullError ReleaseResult(HullResult result)
        {
            HullError ret = (HullError)LinearMathPINVOKE.HullLibrary_ReleaseResult(swigCPtr, HullResult.getCPtr(result));

            if (LinearMathPINVOKE.SWIGPendingException.Pending)
            {
                throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }