What is the translation of " FUNCTION ARGUMENTS " in Russian?

['fʌŋkʃn 'ɑːgjʊmənts]
['fʌŋkʃn 'ɑːgjʊmənts]
аргументы функции
function arguments
аргументы функций
function arguments

Examples of using Function arguments in English and their translations into Russian

{-}
  • Official category close
  • Colloquial category close
The order of calculating function arguments is not defined.
Порядок вычисления аргументов функции не определен.
Function arguments can optionally have a default value.
Аргументы функции также могу иметь и значение по умолчанию.
You may of course change the function arguments at will.
Вы можете, конечно, изменить аргументы функции по желанию.
Through function arguments type function(Object a); c.
При помощи аргументов функции type function( Object a); c.
Parsekit_func_arginfo- Return information regarding function arguments.
Parsekit_ func_ arginfo- Возвращает информацию о аргументах функции.
Parentheses around function arguments no longer affect behaviour.
Скобки вокруг аргументов функции больше ни на что не влияют.
We will implement a get/4 function to take a module, function, arguments, and options.
Мы реализуем функцию get/ 4 для получения модуля, функции, аргументов и опций.
Function arguments are specified in brackets after the function name.
Аргументы функции указываются в скобках после имени функции..
The commas that separate function arguments, variables in declarations, etc.
Запятые, которые разделяют аргументы функций, переменные в описаниях и т. д.
It's not obligatory, but if you choose not to read,then please check the function arguments very attentively.
Это можно не делать, нотогда просим внимательно проверить аргументы функции.
Several function arguments are passed through registers and it also reduces the time to call them 2.
Несколько аргументов функций передается через регистры, что также сокращает время их вызова 2.
These tuples contain three parts: function name,metadata, and function arguments.
Эти кортежи состоят из трех частей: название функции,метаданные и аргументы функции.
Class attributes' names differ from those of function arguments only in having the first letter capitalized.
Имена свойств класса отличаются от аргументов функции только первой заглавной буквой.
You may often see that in user code UINT and LONG types are used instead of WPARAM and LPARAM as function arguments.
Часто можно встретить ситуацию, когда в качестве аргументов функции в пользовательском коде используются типы UINT и LONG вместо WPARAM и LPARAM.
The order in which the function arguments will be calculated depends on the compiler and optimization settings.
Порядок вычисления аргументов функции зависит от компилятора и настроек оптимизации.
Furthermore, the some_function calls will be executedin an unspecified order, because the order of evaluation of function arguments is undefined.
Кроме того, вызовы some_ function будут выполняться в произвольном порядке,потому что порядок вычисления аргументов функции не определен.
The function can check whether any of the function arguments can return NULL by checking the arguments' maybe_null variable.
Может ли какой-либо аргумент функции возвращать NULL, функция может путем проверки поля/ переменной maybe_ null аргумента.
A great deal of compilation errors occurring when trying to recompile a 32-bit Windows application for 64-bit systems is related to inccorect function arguments.
При попытке перекомпиляции 32- битного Windows приложения для 64- битной системы, большое количество ошибок компиляции связано с некорректными аргументами функций.
This is why we have declared function arguments to be int and double even when the function is called with char and float.
Именно поэтому мы описывали аргументы функций как int и double даже тогда, когда обращались к ним с переменными типа char и float.
It is now possible to provide a scalar expression involving numeric and string literals and/or constants in contexts where PHP previously expected a static value, such as constant andproperty declarations and default function arguments.
Теперь можно предоставить скалярное выражение, включающее числовые и строковые литералы и/ или константы, когда ранее ожидалось статическое значение, например,в объявлениях констант или значениях аргументов функций по умолчанию.
This means that the set of function arguments can be represented as the union of subsets, and the function is homogeneous on each of these subsets.
Это означает, что множество аргументов функции можно представить в виде объединения подмножеств, по каждому из которых функция является однородной.
In programming languages that defer data type identification until run-time(i.e., late binding),the selection among alternative functions must occur at run-time, based on the dynamically determined types of function arguments.
В языках программирования, которые определяют типы данных во время выполнения программы( позднее связывание),выбор среди вариантов функций должен происходить во время выполнения на основе динамически определяемых типов аргументов функций.
While many programming languages(such as Common Lisp, Eiffel and Java)that use call by value evaluate function arguments left-to-right, some evaluate functions and their arguments right-to-left, and others(such as Scheme, OCaml and C) leave the order unspecified.
Большинство языков( Common Lisp, Eiffel, Java),использующие вызов по значению, вычисляют аргументы функций слева направо, но некоторые вычисляют их справа налево, а некоторые( Scheme, OCaml, Си) не определяют порядок вычисления.
The larger number of registers, and increase of their size, allow the processor to handle large memory areas simultaneously, to handle variables andarrays more effectively, and to pass function arguments in registers instead of the stack.
Увеличение числа и разрядности регистров позволит процессору одновременно работать с большими участками памяти, более эффективно работать с переменными и массивами,передавать аргументы функций в регистрах вместо использования для этой цели стека.
An attacker with control of the unserialize() function argument can cause an out-of-bounce read.
Злоумышленник, имеющий контроль над аргументом функции unserialize(), может вызывать чтение за пределами выделенной памяти.
String int("gfdfd") can cause the error as the function argument is not a number.
Строка int(" gfdfd") может вызвать ошибку, так как аргумент функции не будет являться числом.
Historically, these were termed the funarg problems, the name coming from"function argument.
Исторически они были названы проблемами фунарга, от английского« function argument».
In PHP 5, using redundant parentheses around a function argument could quiet strict standards warnings when the function argument was passed by reference.
В PHP 5 при использовании избыточных скобок вокруг аргументов функции не выводилось предупреждение, когда аргумент передавался по ссылке.
After all, it is impossible for a function argument to equal 0 sometimes, isn't it?
Ведь не всегда аргумент функции может быть равен?
Here is one more example, but now we will observe not the returned value but the formal function argument.
На этот раз рассмотрим не возвращаемое значение, а формальный аргумент функции.
Results: 511, Time: 0.0361

Word-for-word translation

Top dictionary queries

English - Russian