Xapian.MSetIterator.GetWeight C# (CSharp) Method

GetWeight() public method

public GetWeight ( ) : double
return double
        public double GetWeight()
        {
            double ret = XapianPINVOKE.MSetIterator_GetWeight(swigCPtr);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }