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

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

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