Postincrement
Übersetzung von "postincrement" ins Russisch
postincrement
SubstantivUK
/ˈpəʊstˌɪnkrəˌmɛnt/
US
/ˈpoʊstˌɪnkrəˌmɛnt/
postincrement
postincrements Pl.
постинкремент
The postincrement is used in programming to increase the value of a variable after its current value is used.
Постинкремент используется в программировании для увеличения значения переменной после использования её текущего значения.
Definitionen
postincrement
SubstantivUK
/ˈpəʊstˌɪnkrəˌmɛnt/
US
/ˈpoʊstˌɪnkrəˌmɛnt/
In programming, a postincrement is an operation that increases the value of a variable by one after its current value has been used in an expression.
In the expression 'x = y++', the postincrement operator '++' increases the value of 'y' by one after assigning its original value to 'x'.
postincrement
VerbUK
/ˈpəʊstˌɪnkrəˌmɛnt/
US
/ˈpoʊstˌɪnkrəˌmɛnt/
To increase (a variable) by one using the post-increment operator, so that its original value is used in the current expression.
The compiler will postincrement the index register after each array access.
postincrement
AdjektivUK
/ˈpəʊstˌɪnkrəˌmɛnt/
US
/ˈpoʊstˌɪnkrəˌmɛnt/
Relating to an operation that increments a value after its evaluation.
A postincrement operation returns the original value before updating it.
Redewendungen und Phrasen
postincrement operator
The postincrement operator increases the value after the expression is evaluated.
оператор постинкремента
Оператор постинкремента увеличивает значение после вычисления выражения.
use postincrement
Be careful when you use postincrement in complex expressions.
использовать постинкремент
Будьте осторожны, когда используете постинкремент в сложных выражениях.
postincrement behavior
The postincrement behavior can sometimes be confusing for beginners.
поведение постинкремента
Поведение постинкремента может быть запутанным для новичков.
postincrement in loops
Many programmers prefer using postincrement in loops for brevity.
постинкремент в циклах
Многие программисты предпочитают использовать постинкремент в циклах ради краткости.
postincrement value
Check the postincrement value before using it in your calculations.
значение постинкремента
Проверьте значение постинкремента перед тем, как использовать его в расчетах.