HullAndWhiteOneFactor.SwaptionHW1.SwaptionHW1 C# (CSharp) 메소드

SwaptionHW1() 공개 메소드

Initializes a new instance of the HullAndWhiteOneFactor.SwaptionHW1 class.
public SwaptionHW1 ( System.Function zeroratecurve ) : System
zeroratecurve System.Function /// The zero-rate curve reference for the model. ///
리턴 System
        public SwaptionHW1(Function zeroratecurve)
        {
            this.zeroRateCurve = zeroratecurve;
        }