Xapian.MSetIterator.GetWeight C# (CSharp) 메소드

GetWeight() 공개 메소드

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