| | |
| | | Double ICO = CCO / SCO; |
| | | Double IO3 = CO3 / SO3; |
| | | //计算综合指数 |
| | | Double ComprehensiveIndex = MathUtils.add(ISO2,INO2); |
| | | ComprehensiveIndex = MathUtils.add(ComprehensiveIndex,IPM25); |
| | | ComprehensiveIndex = MathUtils.add(ComprehensiveIndex,IPM10); |
| | | ComprehensiveIndex = MathUtils.add(ComprehensiveIndex,ICO); |
| | | ComprehensiveIndex = MathUtils.add(ComprehensiveIndex,IO3); |
| | | return ComprehensiveIndex; |
| | | Double comprehensiveIndex = MathUtils.add(ISO2,INO2); |
| | | comprehensiveIndex = MathUtils.add(comprehensiveIndex,IPM25); |
| | | comprehensiveIndex = MathUtils.add(comprehensiveIndex,IPM10); |
| | | comprehensiveIndex = MathUtils.add(comprehensiveIndex,ICO); |
| | | comprehensiveIndex = MathUtils.add(comprehensiveIndex,IO3); |
| | | comprehensiveIndex = AmendUtils.sciCal(comprehensiveIndex,2); |
| | | return comprehensiveIndex; |
| | | } |
| | | |
| | | /** |