What is the translation of " SECOND PARAMETER " in Korean?

['sekənd pə'ræmitər]
['sekənd pə'ræmitər]
두 번째 매개변수
두번째 파라미터
두 번째 매개 변수
두번째 매개변수

Examples of using Second parameter in English and their translations into Korean

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
The second parameter is the ServiceConnection object.
두 번째 매개변수는 ServiceConnection 객체입니다.
Here the result of divide 12 3 is given to add as the second parameter.
여기서는 divide 12 3 이 add 의 두번째 인자로 전달되고 있습니다.
The second parameter of"move_and_slide" is the normal pointing up.
Move_and_slide의 두 번째 매개 변수는 위로 향하는 법선입니다.
If a timestamp is not included in the second parameter the current time will be used.
타임스템프가 두 번째 파라미터로 주어지지 않으면 현재 시간을 사용합니다.
The second parameter is an HTML string, that is inserted“as HTML”.
두 번째 매개변수는 HTML 문자열로, 이 HTML은 “그 자체로” 삽입됩니다.
The first parameter is the column(s) to insert, the second parameter is the value(s).
첫번째 파라미터는 입력한 칼럼이고 두번째 파라미터는 입력할 값이다.
The second parameter is an integer that indicates how much to change the level e.g.
두번째 인자는 레벨이 얼만큼 변경되어야 하는지를 가리키는 정수입니다.
PARAMETER_FPS_TOO_SMALL Frames per second parameter too small 152.
PARAMETER_FPS_TOO_SMALL 초당 프레임 매개 변수가 너무 작습니다 152.
Enabled(second parameter) and tap Toggle button to switch it to true/false.
Enabled (두 번째 매개 변수)와 탭 Toggle 버튼에 그것을 전환 true/false.
But wait- the type of &s2 is&String,not&str, as specified in the second parameter to add.
하지만, 잠깐만요 -&s2의 타입은 &String이지, add의 두번째 파라미터에 명시한것처럼 &str은 아니죠.
You can use the optional second parameter to specify tags which should not be stripped.
선택적으로 두번째 인수를 사용하여 제거되지 않을 태그를 지정할 수도 있다.
For now we're interested in reading, so you should use"rb" for the second parameter to fopen().
지금은 읽기에 관심이 있으므로 두 번째 매개 변수에 대해 “rb”를 사용하여 fopen()을 사용해야 합니다.
Be aware that the first and second parameters of ReceiptValidationRequest relate to user authentication and not payment.
ReceiptValidationRequest 의 첫번째와 두번째 인자가 결제가 아닌 사용자 ID 인증과 관련된 내용임에 유의해주세요.
To capture a single frame from a video you need to set the duration and the frames per second parameters to be 1.
비디오에서 단일 프레임을 캡처하려면 기간과 초당 프레임 매개 변수를 1로 설정해야합니다.
If the event does not generate event data, the second parameter is simply an instance of EventArgs.
이벤트가 이벤트 데이터를 생성 하지 않는 경우 두 번째 매개 변수는 단순히 EventArgs. Empty 필드의 값입니다.
Note: The second parameter of slice() is optional: if you don't include it, the slice ends at the end of the original string.
Note: slice()의 두 번째 매개 변수는 선택사항입니다: 이를 포함하지 않으면 slice()는 원래 문자열의 끝에 끝납니다.
A boolean indicating whether the inflated layout should be attached to the ViewGroup(the second parameter) during inflation.
팽창된 레이아웃이 팽창 중에 ViewGroup (두 번째 매개변수)에 첨부되어야 하는지를 나타내는 부울 값.
If the second parameter arr is present, variables are stored in this variable as an array elements instead.
문자열 str 을 마치 URL을 통해 온 질의문인것 처럼 파싱하고 전역 변수로 변수를 지정한다. 만약 두번째 매개변수 arr 이 존재하면, 변수는 arr 이름을 갖는 배열의 원소로 저장된다.
VALUES(String, String) Appends to an insert statement.The first parameter is the column(s) to insert, the second parameter is the value(s).
VALUES(String, String) insert구문에 덧붙인다.첫번째 파라미터는 입력한 칼럼이고 두번째 파라미터는 입력할 값이다.
You can set TnkInterstitialDelegate object by passing it the second parameter of prepare method or by directly assigning to TnkInterstitialAd object.
TnkInterstitialDelegate는 prepare 호출시 두번째 파라미터로 지정하거나 TnkInterstitialAd 객체에 별도로 지정할 수 있습니다.
The brackets in the second parameter indicate to us that we are going to work with the content of the memory cell number 170 and not with the 170 value, this is known as direct addressing.
두번째 매개변수에 있는 부류는 저희에게 우리가 컴퓨터 기억 소자 번호 170의 내용과 170 가치를 아닙니다 사용하기 위하여 려고 하고 있다는 것을 나타낸다; 이것은 직접적인 방향으로 알려진다.
First parameter is the name of Display Logic.(See 5) Display Logic for detail and second parameter is an instance of TnkVideoDelegate which receives events of video loadings.
아래의 예에서 첫번째 파라메터는 Display Logic 명이며 두번째 파라메터는 동영상 광고 로딩이 완료되면 그 이벤트를 받기 위하여 사용하는 TnkVideoDelegate 객체입니다.
The brackets in the second parameter indicate to us that we are going to work with the content of the memory cell number 170 and not with the 170 value;
두번째 매개변수에 있는 부류는 저희에게 우리가 컴퓨터 기억 소자 번호 170의 내용과 170 가치를 아닙니다 사용하기 위하여 려고 하고 있다는 것을 나타낸다;
To inflate the layout in your DialogFragment, get a LayoutInflater with getLayoutInflater() and call inflate(),where the first parameter is the layout resource ID and the second parameter is a parent view for the layout.
DialogFragment 안의 레이아웃을 팽창시키려면, LayoutInflater 를 getLayoutInflater() 로 가져와 inflate() 를 호출합니다.여기서 첫 번째 매개변수가 레이아웃 리소스 ID이고 두 번째 매개변수가 레이아웃의 상위 뷰입니다.
Since the second parameter of sum, m, is implicit its value is looked up in the current scope, based on the type of monoid required in each case, meaning both expressions can be fully evaluated.*/.
Sum의 두번째 파라미터인 m이 암시적이기 때문에 그 값은 현재 scope에서 각 케이스마다 요구되는 monoid의 타입을 기준으로 탐색된다. 두 표현은 완전히 계산될 수 있음을 의미한다. */.
To use'Display Logic', assign a name("notice_start" for example) in the second parameter of prepareInterstitialAd() method and configure'Display Logic' for the name at Tnk site.
Display 로직은 prepareInterstitialAd()의 두번째 파라메터로 로직명칭을 지정(예를 들면 "on_start_notice" 등)하여 코딩한 후, 이후 Tnk Site에서 해당 로직 명칭을 등록하고 광고 로직을 설정하면 완료됩니다.
When you create an event that is onlymeant to notify other classes that something happened and does not need to pass any data, include the EventArgs class as the second parameter in the delegate.
다른 클래스에게 어떤 일이 발생했으며 어떠한 데이터도 전달할 필요가 없다는 것을 알리기만 하는 이벤트를 만들려면 대리자에서 두 번째 매개 변수로 EventArgs 클래스를 포함합니다. When you create an event that is only meant to notify other classes that something happened and does not needto pass any data, include the EventArgs class as the second parameter in the delegate.
Otherwise, the second parameter is a custom type derived from EventArgs and supplies any fields or properties needed to hold the event data.
그렇지 않으면 두 번째 매개 변수는에서 파생 된 형식 EventArgs 필드 또는 이벤트 데이터를 보유 하는 데 필요한 속성을 제공 합니다. Otherwise, the second parameter is a type derived from EventArgs and supplies any fields or properties needed to hold the event data.
The seconds parameter identifies the time to which the player should advance.
Seconds 매개변수는 플레이어가 진행해야 하는 시간을 식별합니다.
The ratio of maximum force and the contact area supplies a second mechanical parameter, hardness.
최대 군대 및 접촉 지역의 비율은 두번째 기계적인 매개변수, 경도를 공급합니다.
Results: 119, Time: 0.0422

How to use "second parameter" in an English sentence

the second parameter for this call here.
The second parameter is the pin's number.
The second parameter is the “highlightProblem” function.
The second parameter is the destination folder.
The second parameter is for the response.
The second parameter is the context object.
The second parameter is the language identifier.
So you pass only second parameter eg.
The second parameter of the delegate faultSensitiveMethod.
The second parameter matches HTML attribute name.
Show more

How to use "두번째 파라미터, 두 번째 매개 변수" in a Korean sentence

여기서 첫번째 파라미터 s는 8자리 2진수 문자열을 나타내고, 두번째 파라미터 2는 2진수를 의미한다.
하위 문자열은 두 번째 매개 변수 1로 지정된 길이 대로 한 문자가 됩니다.
두 번째 매개 변수 형식에서 파생 된 EventArgs 이벤트 데이터를 보유 하 고 있습니다.
따라서 특정 전차를 운용한 성적이 다른 플레이어보다 뛰어나다면 해당 플레이어는 두 번째 매개 변수 값이 더 높은 것입니다.
search() 메소드에서 첫번째 파라미터 p는 검색을 시작할 노드를 나타내며, 두번째 파라미터 key는 검색할 키값을 나타낸다.

Word-for-word translation

Top dictionary queries

English - Korean