decrement
減少
解説 Definition
数値や量が減少することを指す。コンピュータプログラミングでは変数の値を減らす操作。
A decrement is a decrease or small reduction in amount, value, or level. It is often used in technical, scientific, or formal contexts to describe a step down rather than a sudden drop.
覚え方のコツ Memory Tip
increment の反対として覚えるのが最短です。プログラミングで increment が「値を1つ増やす」なら、decrement は「値を1つ減らす」。counter、stock、balance など数を管理する場面と結びつけると定着しやすいです。de- は下げる・減らす方向、-ment は動作や結果を名詞化する形なので、「減らすこと/減った分」とまとまります。decrease も似ていますが、decrement は特に数値操作や技術文脈で出やすい語、と区別すると覚えやすいです。
The easiest way is to pair it with `increment`. If `increment` is a step up, `decrement` is a step down. The ending `-ment` often makes a noun, so think of it as "the amount reduced" or "the act of reducing," especially in technical or number-based contexts.
例文
The system recorded a small decrement in the counter.
そのシステムはカウンターの小さな減少を記録した。
In the loop, we use a decrement operator to count down.
ループでは、カウントダウンするためにデクリメント演算子を使用する。
Each decrement reduces the counter by one.
デクリメントするたびにカウンターが1減る。
decrement の類義語・関連語
対義語
紛らわしい語
decrement の語源・成り立ち Etymology
decrement はラテン語 decrementum「減少」に由来し、de-「下へ・離れて」と crescere「成長する」が語源です。つまり本来は「成長が下向きになること」で、そこから「減少」の意味になりました。関連語は decrease, increment。
"Decrement" comes from Latin decrementum, meaning "a decrease" or "decline." It is linked to de- meaning "down" and crescere, "to grow," so the original idea was growth moving downward instead of upward. From that, it came to mean a reduction or lessening. Related words include "decrease," "crescent," and "increment."
外部辞書で調べる
この単語を英単語クイズで覚えよう