Xapian.PostingIterator.GetDocLength C# (CSharp) Method

GetDocLength() public method

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