QLNet.DigitalCoupon.callDigitalPayoff C# (CSharp) Метод

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

public callDigitalPayoff ( ) : double
Результат double
        public double callDigitalPayoff()
        {
            if (isCallCashOrNothing_)
            return callDigitalPayoff_;
             else
            throw new ApplicationException("callDigitalPayoff has not been set");
             // return null;
        }