Tapez n'importe quel mot !

"integer" in Japanese

整数

Definition

小数点や分数がない、正または負、またはゼロの値を持つ数です。

Usage Notes (Japanese)

主に数学やコンピュータサイエンスで使われます。「整数」は数字のみに使い、「digit」(一桁の数字)や日常の「全体」という意味では使いません。「正の整数」「負の整数」「整数値」などと組み合わせて使われます。

Examples

Five is an integer.

5は**整数**です。

Negative two is also an integer.

マイナス2も**整数**です。

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?

このプログラムで数が**整数**か簡単に確認する方法はありますか?