Какво е " FIRST PARAMETER " на Български - превод на Български

[f3ːst pə'ræmitər]
[f3ːst pə'ræmitər]
първи параметър
first parameter
първия параметър
first parameter

Примери за използване на First parameter на Английски и техните преводи на Български

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
In this example, we pass a file path as the first parameter.
В този пример подаваме път до файл като първи параметър.
The first parameter which the second definition depends on is the lifetime.
Продължителност на живота Първият параметър, от който зависи втората дефиниция е продължителността на живота.
For ordinary screwdrivers, the first parameter is most important.
За обикновените отвертки първият параметър е най-важен.
The first parameter is a real number, for which we need to pick an appropriate variable type.
Първият параметър е реално число, за което е добре да изберем подходящ тип на променливата.
Passes the result of an expression as the first parameter of another expression.
Предава резултата на израз като първи параметър към следващ израз.
But what about the first parameter, here it is imperative to read the instructions for use.
Но какво ще кажете за първия параметър, е задължително да прочетете инструкциите за употреба.
The pipe operator_> passes the result of an expression as the first parameter of another expression.
Поточният оператор_> предава резултата на израз като първи параметър към следващ израз.
So, the first parameter should be determined by values from 16 to 25 A, and the second- from 50 to 90 A.
Така че първият параметър трябва да се определя от стойности от 16 до 25 А, а вторият- от 50 до 90 А.
PreventDefault() where“e” is the first parameter in the callback.
PreventDefault() където“e” е първият параметър на функцията отговорна за събитието.
The caliber is the first parameter to pay attention to, because it determines the purpose of the rifle.
Калибърът е първият параметър, на който трябва да се обърне внимание, защото то определя целта на пушката.
Expander: Value %1 out of range for%_PanelSize(percent)%. The first parameter has to be> 0 and< 100.
Експандер: стойност% 1 за% PanelSize( percent)% е извън диапазон. Първият параметър трябва да е 0 и 100.
If the first parameter is pretty easy to figure out, then you have to think about the reputation of the supplier.
Ако първият параметър е доста лесно да се разбере, тогава трябва да помислите за репутацията на доставчика.
The alpha and beta parameters must be positive,the number(first parameter) must be non-negative.
Алфа и бета параметрите трябва да са положителни,числото(първия параметър) трябва да е не- отрицателен.
If the first parameter is quite easy to figure out, then you will have to think about the reputation of the supplier.
Ако първият параметър е доста лесен за разбиране, тогава ще трябва да помислите за репутацията на доставчика.
Added -ext2simple and -ext2simplefolder as"blanket" extraction command for all backend, first parameter specify output path;
Добави-ext2simple и-ext2simplefolder като"одеяло" екстракция команда за всички backend, първият параметър определя изход път;
This is often the first parameter we learn about when we get into the hobby, and sadly it is the least understood.
Това много често е първият параметър, за който научаваме, когато започваме с хобито и за нещастие много често разбираме най-малко.
That's why at each loop iteration of the first for-loop,we pass to the PrintLine(…) method, as first parameter 1, and as a second- the current value of the variable line.
Затова, при всяко"завъртане" на първия for-цикъл,подаваме на метода PrintLine(…), като първи параметър 1, а като втори- текущата стойност на променливата line.
Accordingly, as the first parameter is the name of the subject-"Biology", and all the rest arguments- the names of the attending students.
Съответно, като първи параметър сме подали името на предмета-"Biology", а всички оставащи аргументи- имената на присъстващите студенти.
The Swift community realized that there is no need to include a reference to what is about to be presented since that information is already included in the first parameter.
Ползвателите на технологията осъзнаха че няма нужда от експлицитно добавяне на референция към контекста който ще бъде презентиран, тъй като информацията вече се съдържа в първият параметър. Резултата е четими методи и елегантен код.
The first number from this sequence is the first parameter from the method's parameter list(the variable start).
Първото число от тази редица е съответно първият параметър от списъка с параметри на метода(променливата start).
The first parameter in the declaration is the name of the subject of the lecture and the next parameter represents a variable number of arguments- the names of the students.
Първият параметър в декларацията е името на предмета, по който е лекцията, а следващия параметър е за променлив брой аргументи- имената на студентите.
To pass the application the username as the first parameter, password as the second parameter, and field 2 as the third parameter..
Да премине на прилагането на потребителското име като първи параметър, парола като втори параметър, и област 2 като третият параметър..
The first parameter is the number of trials, the second parameter is the number of successes, and the third is the probability of success. The number of trials should be greater than the number of successes and the probability should be smaller or equal to 1.
Първият параметър е броя опити, вторият параметър броя успешни, и третия вероятността за успех. Броят опити трябва да е по- голям от броя успешни и вероятността за успех трябва да е по- малка или равна на 1.
The PERMUT() function returns the number of permutations. The first parameter is the number of elements, and the second parameter is the number of elements used in the permutation.
Функцията PERMUT() връща броя пермутации. Първия параметър е броя елементи, а втория броя елементи използвани в пермутацията.
Second, because the first parameter is named and used directly, when you look for the properties to copy, you have to start in the arguments object at index 1 instead of index 0.
Второ, понеже първият параметър е назован и се използва директно, когато търсим свойства за копиране трябва да започнем в arguments обекта от индекс 1 вместо от 0.
The following code, for example,has as a first parameter an element of type string, and right after it there can be one or more parameters of type int.
Например, следният метод,приема като първи параметър елемент от тип string, а след него нула или повече елементи от тип int.
Using a special this designator on the first parameter of a method, C allows the method to act as if it were a member method of the type of the first parameter.
С помощта на специалн обозначение на първия параметър на метод, C позволява методът да се действа, както ако бяха метод член на вида на първия параметър.
If this were our case,we would use the first parameter T, to indicate objects of type Dog, which our class would operate with, and with U- to indicate objects of type Cat.
Ако това беше нашия случай,щяхме да използваме първия параметър T, за означаване на обектите от тип Dog, с които нашия клас щеше да оперира и U- за означаване на обектите от тип Cat.
There are two possible options- either to convert the first parameter to float and call the method PrintNumbers(float, int) or to convert the second parameter to float and call the method PrintNumbers(int, float).
Има два варианта- или първият параметър да се преобразува към float и да се извика методът PrintNumbers(float, int) или вторият параметър да се преобразува към float и да се извика методът PrintNumbers(int, float).
The INVBINO() function returns the negative binomial distribution. The first parameter is the number of trials, the second parameter is the number of failures, and the third is the probability of failure. The number of trials should be larger than the number of failures and the probability should be smaller or equal to 1.
Функцията INVBINO() връща негативното биномно разпределение. Първият параметър е броя опити, вторият параметър броя неуспешни, и третия вероятността за неуспех. Броят опити трябва да е по- голям от броя неуспехи и вероятността за неуспех трябва да е по- малка или равна на 1.
Резултати: 31, Време: 0.0315

Превод дума по дума

Най-популярните речникови заявки

Английски - Български