Weblio英和対訳辞書

英和辞典・和英辞典 - Weblio辞書

Off-by-one error

Off-by-oneエラー
Off-by-oneエラーオフ-バイ-ワンエラー、off-by-one error、OBOE)とは、境界条件判定に関するエラーの一種である
Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。
調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

Wiktionary英語版

出典:Wiktionary

off-by-one error

出典:『Wiktionary』 (2026/05/11 15:46 UTC )

発音

    ウィキペディア英語版

    出典:Wikipedia

    Off-by-one error

    出典:『Wikipedia』 (2011/07/04 18:17 UTC 版)

    英語による解説

    ウィキペディア英語版からの引用
    引用

    An off-by-one error (OBOE) is a logical error involving the discrete equivalent of a boundary condition. It often occurs in computer programming when an iterative loop iterates one time too many or too few. Usually this problem arises when a programmer fails to take into account that a sequence starts at zero rather than one (as with array indices in many languages), or makes mistakes such as using "is less than or equal to" where "is less than" should have been used in a comparison. This can also occur in a mathematical context.

    閲覧履歴

    Off-by-one errorのページの著作権