"increment by" in Chinese (Traditional)
增加...(數量)
Definition
將某個數值、數量或金額增加特定的數量。常用於技術、數學或資料相關語境。
Usage Notes (Chinese (Traditional))
常見於程式設計、表格與數學計算,通常搭配數字使用(如“增加1”)。日常生活中很少用,多為技術語言。
Examples
Please increment by 5 each time you press the button.
每次按下按钮时,**增加**5。
The counter will increment by one every second.
計數器每秒會**增加**1。
You can increment by a different value if needed.
如有需要,您可以**增加**不同的數值。
Just set the loop to increment by 2 instead of 1.
只需將迴圈設為每次**增加**2,而不是1。
You forgot to increment by the correct amount in this formula.
你忘記在這個公式裡**增加**正確的數值了。
If you increment by too much, the program might crash.
如果你**增加**太多,程式可能會當掉。