예제 #1
0
        public override double GetSumPart(uint wdf, uint doclen)
        {
            double ret = XapianPINVOKE.BoolWeight_GetSumPart(swigCPtr, wdf, doclen);

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