QLNet.CapletVarianceCurve.smileSectionImpl C# (CSharp) Метод

smileSectionImpl() защищенный Метод

protected smileSectionImpl ( double t ) : QLNet.SmileSection
t double
Результат QLNet.SmileSection
        protected override SmileSection smileSectionImpl(double t)
        {
            // dummy strike
            double atmVol = blackCurve_.blackVol(t, 0.05, true);
            return new FlatSmileSection(t,atmVol,dayCounter());
        }