HullAndWhiteOneFactor.CapHW1.CapHW1 C# (CSharp) Method

CapHW1() public method

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. ///
return System
        public CapHW1(Function zeroratecurve)
        {
            this.zeroRateCurve = zeroratecurve;
        }