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;
        }