QLNet.YoYInflationTermStructure.yoyRate C# (CSharp) Метод

yoyRate() публичный Метод

public yoyRate ( QLNet.Date d ) : double
d QLNet.Date
Результат double
        public double yoyRate(Date d)
        {
            return yoyRate(d, new Period(-1, TimeUnit.Days), false, false);
        }

Same methods

YoYInflationTermStructure::yoyRate ( QLNet.Date d, Period instObsLag ) : double
YoYInflationTermStructure::yoyRate ( QLNet.Date d, Period instObsLag, bool forceLinearInterpolation ) : double
YoYInflationTermStructure::yoyRate ( QLNet.Date d, Period instObsLag, bool forceLinearInterpolation, bool extrapolate ) : double