재커밋

This commit is contained in:
shark219-hub
2025-06-23 17:52:18 +09:00
parent 891b394854
commit 00683decda

View File

@@ -362,6 +362,7 @@ namespace vmsnet
var enddate = PUB.TREND.graph_time_end;
//각 파일 그룹별 대상 파일을 수집합니다.
/* 작성자: 이재웅, 작성일: 2025-06-23, 내용: 0 ~ this.ChartListData.Length - 1 */
// Parallel.For(시작_값, 종료_값, ...) 형태라고 했을 때, 루프는 '시작_값 ~ 종료_값' 임
// 'this.ChartListData.Length - 1' -> 'this.ChartListData.Length' 변경
Parallel.For(0, this.ChartListData.Length, i =>
{