"undefined" in Japanese
未定義未定
Definition
明確な値や意味、限界が決まっていない状態を表します。数学やプログラミングなどでよく使われます。
Usage Notes (Japanese)
主に数学やプログラミングなど技術的な場面で使われます。プログラムでは値が未設定の変数を指し、数学ではゼロ割りなど禁止・不可能な操作を示します。日常会話ではほとんど使いません。
Examples
The result of dividing by zero is undefined.
ゼロで割ると結果は**未定義**です。
This value is undefined in the program.
このプログラムではこの値は**未定義**です。
The rules for this situation are undefined.
この状況のルールは**未定義**です。
The meaning of his answer was totally undefined.
彼の答えの意味は完全に**未定**だった。
Sorry, the time for the meeting is still undefined.
すみません、会議の時間はまだ**未定**です。
If you don't set a value, the result will be undefined.
値を設定しないと結果は**未定義**になります。