Dictionary Definition
decrement
Noun
User Contributed Dictionary
English
Noun
decrement- A small quantity removed or lost. One of a series of regular subtractions.
Verb
- To decrease a value by a basic quantity unit. Opposite of increment. Typically used in computer programming. If A=3, and you decrement A, then A=2.
Extensive Definition
An increment is an increase, either of some fixed
amount, for example added regularly, or of a variable amount. For
example, a salary may
receive an annual increment. A decrease would rather be called a
decrement.
Incremental may also refer to gradual change as opposed to
massive, instant change.
Use in science and technology
Use in programming languages
Incrementing is of constant use in computer programming, such as in loops that iterate through a set of items one at a time.For example, in JavaScript, the
increment operator works like the following: x++ Where the
decrement operator is: x-- In addition, the increment operator can
be written both as x++ and ++x, with separate meanings. For
example: var y = ++x is shorthand for: x = x+1 var y = x however,
var y = x++ is shorthand for: var y = x x = x+1 --x instead of x--
follows similar behaviour.
See also
decrement in Danish: Inkrementel
decrement in German: Inkrement und
Dekrement
decrement in French: Incrémentation
decrement in Japanese: インクリメント
decrement in Polish: Inkrementacja
decrement in Russian: Инкремент
Synonyms, Antonyms and Related Words
abatement, ablation, abridgment, alleviation, attenuation, attrition, consumption, contraction, corrosion, curtailment, cut, cutting, dampening, damping, decrease, decrescence, deduction, deflation, deliquescence, depletion, depreciation, depression, derogation, detraction, diminishment, diminution, dip, disparagement, dissipation, dissolution, drain, dying, dying off, erosion, evaporation, exhaustion, expenditure, extenuation, extraction, fade-out,
impairment, impoverishment, languishment, leakage, lessening, letup, loss, lowering, miniaturization,
minus, mitigation, reduction, relaxation, remission, retraction, retrenchment, sagging, scaling down, shortening, shrinkage, simplicity, subtraction, truncation, using, using up, wastage, waste, weakening, wear and tear,
wearing, wearing
away