Exemple #1
0
        public string setIndexCorrPara(string[] codeList, string[,] matrix)
        {
            try
            {
                this.correlationParaXL_ = new CorrelationParaXL(codeList, matrix);
            }
            catch (Exception e)
            {
                ErrorManager.setError(e);
                errStr_      += e.Message + "\n";
                this.errNum_ += 1;
            }

            return(this.errStr_);
        }
        public string setIndexCorrPara(string[] codeList, string[,] matrix)       
        {
            try
            {
                this.correlationParaXL_ = new CorrelationParaXL(codeList, matrix);
            }
            catch (Exception e)
            {
                ErrorManager.setError(e);
                errStr_ += e.Message + "\n";
                this.errNum_ += 1;
            }

            return this.errStr_;
        }