Translation of conditional expression into Russian
Noun
technology
- Use a conditional expression to set the discount for premium customers.Используйте условное выражение, чтобы задать скидку для премиальных клиентов.
Synonyms and analogies of conditional expression in English
Examples of conditional expression in a sentence
You can replace the entire if-else block with a concise conditional expression.
Translations of "conditional expression" in Context ordered by category and frequency
Invention of the conditional expression and its use for writing recursive functions.
условное выражение и его использование для написания рекурсивных функций.
Each iteration of the do-while loop first executes the body of the loop and then evaluates the conditional expression.
При каждом повторении цикла do-while программа вначале выполняет тело цикла, а затем вычисляет условное выражение.
And for that, Scala has the conditional expression if else.
И для этого, Скала имеет условное выражение если else.
(non-zero), then the second subexpression is evaluated, and that is the result of the conditional expression.
(не ноль), выполняется второе подвыражение, которое и будет результатом условного выражения.
conditional expression: Examples and translations in context
Sometimes it is desirable to execute the body of a loop at least once, even if the conditional expression is false to begin with.
Однако иногда желательно выполнить тело цикла хотя бы один раз, даже если в начальный момент условное выражение ложно.
Credit rating is a conditional expression of the creditworthiness of the rated entity as a whole and/or its separate debt obligation on the scale of credit ratings.
кредитный рейтинг - это условное выражение кредитоспособности объекта рейтингування в целом и/или его отдельного долгового обязательства по национальной шкале кредитных рейтингов
He rightly recognizes ecclesiological significance in such a statement, for although acting as if is a conditional expression, it nonetheless indicates a common motivation and perhaps a common vision.
Он справедливо признает экклезиологическое значение в этом высказывании, поскольку хотя действие «как если бы» представляет собой условное выражение, оно, тем не менее, указывает на общую мотивацию и, возможно, на общее видение.
Provided that the spectrum of admissible function values is sufficiently broad and the concept of the conditional expression is among the available primitives, one can write the output of every program as the value of a big (recursive) function.
При условии, что набор доступных функций достаточно широк и понятие условного выражения входит в число примитивов, можно описать вывод любой программы как значение большой (рекурсивной) функции.
As you just saw in the previous chapter, if the conditional expression controlling the while loop is initially false, then the body of the loop will not be executed at all.
Как вы видели, если в начальный момент условное выражение, управляющее циклом while, ложно, тело цикла вообще не будет выполняться.
It will continue looping until the conditional expression is false.
Оно будет выполняться до тех пор, пока значение условного выражения ЛОЖНО.