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

CapHW1() 공개 메소드

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