Що таке ІМ'Я ФУНКЦІЇ Англійською - Англійська переклад

function name
ім'я функції
назви функції
імені функції

Приклади вживання Ім'я функції Українська мовою та їх переклад на Англійською

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Так Е є ім'я функції.
So printf is the name of the function.
Ім'я функції, деякі дужках, а потім, можливо, деякі речі всередині.
The name of a function, some parentheses, and then maybe some stuff inside.
MyFunction() це ім'я функції.
MyFunction() is the name of the function.
Це ім'я функції в скрипті цільового вузла, яку ви хочете використовувати.
This is the name of the function in the target node's script that you want to use.
В С++ можна використовувати одне ім'я функції для безлічі різних дій.
In C++, it is possible to use one function name for many different purposes.
Отже, тут ми бачимо ім'я функції та її параметри- в цьому випадку, вона має лише один праметр.
So here we see the function name and the parameters- just one in this case.
Ім'я функції-хука варто завжди починати з use, щоб ви могли відразу розпізнати, що для неї виконуються правила хуків.
Its name should always start with use so that you can tell at a glance that the rules of Hooks apply to it.
JSONP(англ. JSON with padding,«JSON з підкладкою») є розширенням JSON, коли ім'я функції зворотного виклику вказується як вхідний аргумент.
JSONP or“JSON with padding” is a JSON extension wherein the name of a callback function is specified as an input argument of the underlying JSON call itself.
Якщо ім'я функції починається з”use” і вона викликає інші хуки, ми розцінюємо це як користувацький хук.
If a function's name starts with”use” and it calls other Hooks, we say it is a custom Hook.
Інфіксну нотацію також слід відрізняти від позначення функції,де ім'я функції описує якусь конкретну операцію, а її аргументами є операнди.
Infix notation may also be distinguished from function notation,where the name of a function suggests a particular operation, and its arguments are the operands.
Клацніть ім'я функції, щоб переглянути синтаксис функції та стислий опис одразу під полем вибрати функцію..
Click a function name to see the function syntax and a brief description immediately below the Select a function..
Відкритий інтерфейс дозволяє налаштувати методики розрахунку потрібним способом-достатньо просто вказати ім'я функції або процедури розрахунку в налаштуваннях системи.
The open interface makes it possible to tune calculation methods as desired-it is enough to simply specify the name of calculation function or procedure in the system settings.
Двічі клацніть ім'я функції, щоб відобразити функцію та його аргументи в майстрі аргументів функції, що дає змогу додавати потрібні аргументи.
Double-click a function name to display the function and its arguments in the Function Arguments wizard, which helps you add correct arguments.
Під час підключення сигналу замість того, щоб Godot створив для вас функцію, ви також можете вказати ім'я функції, яка вже існує, і з якою ви хочете зв'язати сигнал.
When connecting a signal, instead of having Godot create a function for you, you can also give the name of an existing function that you want to link the signal to.
Ви можете знайти елементи цієї мови інших мов таким чином: перемістітьмишу до назви функції на стрічці та залишайте на ній деякий час, щоб поп- напишіть інформацію про SupperTip, і в ньому також буде відображено повне ім'я функції цієї функції..
You can find the other language items of this part as this way,moving your mouse to the feature name on the Ribbon and stay on it for a while to pop-up the SupperTip informaton, and the whole feature name of this feature will also be displayed in it.
Не розміщуйте коментарів між іменем функції і відкриваючою дужкою.
Do not use spaces between the function name and the leading parenthesis.
Не розміщуйте коментарів між іменем функції і відкриваючою дужкою.
Don't put spaces between a function name and the.
Має містити пусті дужки з іменем функції.
You must include the empty parentheses with the function name.
Дає змогу ефективно шукати будь-яку частину імені функції обома вибраними мовами.
Provides an efficient way to search for any part of a function's name in both languages selected.
Зазвичай, ви не повинні вказувати його явно, тому що за замовчуванням він є іменем функції чи класу, що визначає компонент.
Usually, you don't need to set it explicitly because it's inferred from the name of the function or class that defines the component.
Символи, які є іменами функцій, змінних, спеціальних форм та макросів в пакеті з назвою COMMON-LISP, є в основному зарезервованими словами.
The symbols which name functions, variables, special forms and macros in the package named COMMON-LISP are basically reserved words.
Вони не можуть бути використані як імена функцій або змінних, тому де-факто зарезервовані.
They cannot be used as the names of functions or variables, so are de facto reserved.
У мовах з функціями першого класу імена функцій не мають ніякого спеціального статусу, вони розглядаються як звичайні значення, тип яких є функціональним.
In languages with first-class functions, the names of functions do not have any special status; they are treated like ordinary variables with a function type.
Це досягається шляхом написання читабельного коду, який розроблений настільки просто, наскільки це можливо,і використовує осмислені імена функцій і змінних.
This is accomplished by writing readable code that is implemented as simply as possible anduses sensible names for functions and variables.
Вони не можуть бути використані як імена функцій або змінних, тому де-факто зарезервовані.(let((t 42))) є добре сформованим виразом, але оператор let не дозволить використання.
They cannot be used as the names of functions or variables, so are de facto reserved.(let((t 42))) is a well-formed expression, but the let operator will not permit the usage.
Якщо ви втомилися з наведеними вище двома способами, тут я можу рекомендувати вам корисний інструмент- Kutools для Excel,З його Спліт імен функцію, ви можете швидко розділити повні імена на ім'я та прізвище, або розбити повні імена на перше, середнє та прізвище, як вам потрібно.
If you are tired with the above two methods, here, I can recommend you a useful tool- Kutools for Excel,with its Split Names feature, you can quickly split the full names to first and last names, or split full names to first, middle and last names as you need.
Ми співпрацюємо з іншими компаніями, що виконують від нашого імені функції бізнес-підтримки, у зв'язку з чим Ваша особиста інформація може бути частково розкрита.
We cooperate with other companies that perform functions on our behalf business support, for which your personal information may be disclosed in part.
Якщо всі імена полів правильне функціонування викликає процедуру pEscreveAdif(лінія 09) напишу увійдіть ADIF,Якщо поле має неприпустиме ім'я функція показує повідомлення про помилку(лінія 07) і закінчується.
If all the field names are correct function calls the procedure pEscreveAdif(line 09) will write the log in ADIF,If a field has an invalid name the function shows an error message(line 07) and ends.
Невелика замітка щодо формату імен(++/2), який використовувався вище: в Elixir(та й в Erlang, на основі якого створений Elixir) імена функцій та операторів складаються з двох частин: безпосередньо імені(в цьому випадку++) та арності.
A side note about the name(++/2) format used above: In Elixir(and Erlang, upon which Elixir is built), a function or operator name has two components:the name you give it(here++) and its arity.
Ім'я: Бібліотека функцій системного API.
Name: System API functions.
Результати: 357, Час: 0.0282

Переклад слово за словом

Найпопулярніші словникові запити

Українська - Англійська