Iteration Terminal (i)—Provides the current loop iteration count. The loop count always starts at zero for the first iteration. If the iteration count exceeds 2,147,483,647, or 231-1, the iteration terminal remains at 2,147,483,647 for all further iterations. If you need to keep count of more than 2,147,483,647 iterations, you can use shift registers with a greater integer range.
เทอร์มินัลการเกิดซ้ำ (i) — แสดงจำนวนการเกิดซ้ำวนปัจจุบัน นับวนเริ่มต้นที่ศูนย์สำหรับการเกิดซ้ำครั้งแรกเสมอ ถ้านับคำซ้ำเกิน 2,147,483,647 หรือ 231-1 เกิดซ้ำที่เทอร์มินัลอยู่ที่ 2,147,483,647 สำหรับการเกิดซ้ำทั้งหมดอีก ถ้าคุณต้องการเก็บจำนวนซ้ำมากกว่า 2,147,483,647 คุณสามารถใช้ลงทะเบียนกะช่วงจำนวนเต็มมากกว่า
การแปล กรุณารอสักครู่..
