CIRProcess.CIR2.SetDescription C# (CSharp) Method

SetDescription() private method

Sets the descriptions for the components.
private SetDescription ( ) : void
return void
        private void SetDescription()
        {
            this.startingValue1.Description = "starting value factor 1";
            this.startingValue2.Description = "starting value factor 2";

            this.k1.Description = "k1";
            this.k2.Description = "k2";
            this.theta1.Description = "Theta1";
            this.theta2.Description = "Theta2";
            this.sigma1.Description = "Sigma1";
            this.sigma2.Description = "Sigma2";

            this.ZRReference.Description = "zero rate function reference";
        }