"integer" in Chinese (Traditional)
整數
Definition
一個沒有小數或分數的整數,可以是正數、負數或零。
Usage Notes (Chinese (Traditional))
主要用於數學和電腦科學領域,表示不帶小數的數字,不代表“完整”。常見語法有“正整數”、“負整數”、“整數值”。請勿與“數字”混淆。
Examples
Five is an integer.
5 是一個**整數**。
Negative two is also an integer.
負二也是一個**整數**。
Zero is an integer.
零是一個**整數**。
You must enter an integer for your age, not a fraction.
填寫年齡時必須輸入**整數**,不能是小數。
The system will only accept integer values.
系統只接受**整數**值。
Is there an easy way to check if a number is an integer in this program?
在這個程式裡,有簡單的方法檢查一個數字是否是**整數**嗎?