代码之家  ›  专栏  ›  技术社区  ›  techno

如果枚举匹配时块未命中

  •  0
  • techno  · 技术社区  · 3 年前

    let item = this.gaparameterlist.find(x => x.key === globalparameter);
            if (globalparameter == enums.IASamplingGlobalParameters.PercentageTolerance || globalparameter == enums.IASamplingGlobalParameters.MarkDifferenceMethodThreshold || globalparameter == enums.IASamplingGlobalParameters.TailedThreshold, globalparameter == enums.IASamplingGlobalParameters.AvergaeDiffMethodTolerance || globalparameter == enums.IASamplingGlobalParameters.ModerationTest2Tolerance) {
                var numericvalue = +textvalue;
                numericvalue = numericvalue / 100;
                textvalue = String(numericvalue);
            }
    

    enter image description here

    0 回复  |  直到 3 年前