What is the translation of " RETURNS AN ARRAY " in Korean?

[ri't3ːnz æn ə'rei]
[ri't3ːnz æn ə'rei]
배열을 반환 합니다
배열을 리턴 합니다

Examples of using Returns an array in English and their translations into Korean

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
Object. keys(obj)- returns an array of keys.
Object. keys(obj) - 키가 담긴 배열을 반환합니다.
Returns: an array containing all of the elements in this queue.
반환값: 컬렉션의 요소를 포함한 배열 iterator.
Object. values(obj)- returns an array of values.
Object. values(obj) - 값이 담긴 배열을 반환합니다.
Returns an array with the statistics of the file with the following elements.
다음의 요소대로 파일에 대한 통계를 배열로 반환합니다.
Object. entries(obj)- returns an array of[key, value] pairs.
Object. entries(obj) - [key, value] 쌍이 담긴 배열을 반환합니다.
Returns: an array containing all of the elements in this queue.
반환값: 컬렉션의 모든 요소가 포함되고 있는 배열 toString.
User:: FetchFriends(): Fetches User objects and returns an array of the User objects.
FetchFriends(): 친구 User 를 모두 Fetch 한 후, 이를 포함하는 배열을 반환합니다.
Of loop returns an array of[key, value] for each iteration.
Of loop 는 각 반복 동안 [key, value] 배열반환한다.
Loop for(val of Object. values(obj))to iterate over object values: Object. values returns an array of them.
For(val of Object. values (obj))에서 쓰인 Object.values는 프로퍼티의 값이 담긴 배열을 반환합니다.
ToArray() Returns an array containing all of the elements in this queue.
ToArray () 이 컬렉션의 요소가 모두 포함되고 있는 배열을 리턴합니다.
This function parses the address string as defined in RFC2822 and for each address, returns an array of objects.
이 함수는 RFC822 문서에 정의된대로 각 주소에 대해 주소 문자열을 해석하고 객체의 문자열을 돌려준다. 객체의 속성은 다음과 같다.
Returns: an array of all the IP addresses for a given host name.
반환값: 지정된 호스트명의 모든 IP 주소를 포함한 배열.
When overridden in a derived class, returns an array of custom attributes identified by Type.
파생된 클래스에서 재정의하는 경우 이 멤버에 적용되고 Type으로 식별되는 사용자 지정 특성의 배열을 반환합니다.
Returns: an array of Line. Info objects describing target lines matching the type requested.
반환값: 요구된 형태에 일치하는 타겟 라인을 기술하는 Line. Info 객체의 배열.
Both pList1 and pList2 are arrays of processes because Process.GetProcesses returns an array of processes.
Process. GetProcesses 프로세스의 배열을 반환 하기 때문에 pList1와 pList2는 모두 프로세스의 배열입니다. Both pList1 and pList2 are arrays of processes because Process.GetProcesses returns an array of processes.
An array function returns an array of values rather than a single value.
배열 함수 는 단일 값이 아닌 값의 배열을 반환합니다.
The Calendar property returns the default calendar for the culture, and the OptionalCalendars property returns an array containing all the calendars supported by the culture.
합니다 Calendar 문화권에 대 한 기본 일정을 반환 하는 속성 및 OptionalCalendars 속성은 문화권에서 지원 되는 모든 달력을 포함 하는 배열을 반환 합니다. The Calendar property returns the default calendar for the culture, and the OptionalCalendars property returns an array containing all the calendars supported by the culture.
Entries(obj)- returns an array of enumerable own string property names/values/key-value pairs.
Entries(obj) - obj 내 열거 가능한 프로퍼티 키, 값, 키-값 쌍을 담은 배열을 반환합니다.
The Calendar property returnsthe default calendar for the culture, and the OptionalCalendars property returns an array containing all the calendars supported by the culture.
Calendar 속성은 문화권의 기본 달력을 반환 하 고 CultureInfo. OptionalCalendars 속성은 문화권에서 지 원하는 모든 달력을 포함 하는 배열을 반환 합니다. The CultureInfo.Calendar property returns the default calendar for the culture, and the CultureInfo. OptionalCalendars property returns an array containing all the calendars supported by the culture.
Returns: an array of GraphicsConfiguration objects that are associated with this GraphicsDevice.
반환값: 이 GraphicsDevice 에 관련하고 있는 GraphicsConfiguration 객체의 배열.
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the system.
호스트명을 지정하면, 시스템으로 설정되어 있는 네임 서비스에 근거해 그 IP 주소의 배열을 리턴합니다.
Returns an array that corresponds to the lengths of each field in the last row fetched by mysql_fetch_row(), or FALSE on error.
반환값: 최근 mysql_fetch_row() 로 얻은 행(row)의 각 필드 길이를 배열로 얻거나, 에러 발생시에는 FALSE 값을 얻는다.
Array_intersect() returns an array containing all the values of array1 that are present in all the arguments.
Array_intersect_assoc()는 모든 인수에 존재하는 array1의 모든 값을 포함하는 배열을 반환한다.
Returns an array of custom attributes defined on either the Parameter or the Property, identified by type, or an empty array if there are no custom attributes of that type.
형식으로 식별되는 이 멤버에 정의된 사용자 지정 특성의 배열을 반환하거나 해당 형식의 사용자 지정 특성이 없는 경우 빈 배열을 반환합니다. Returns an array of custom attributes defined on this member, identified by type, or an empty array if there are no custom attributes of that type.
Fetching each row returns an array of values but we need to convert that to a hash, with the header columns as the keys.
각 라인을 가져와 컬럼값들을 가지는 배열형태를 반환해 주지만 헤더컬럼명을 키로해서 해시로 변환할 필요가 있습니다.
METRICS()/100 returns an array of time series, each of which is a time series showing each data point of one of the metrics divided by 100.
METRICS()/100 은 시계열 배열을 반환하며 그 각각은 지표 중 하나의 각 데이터 요소를 100으로 나눈 값을 표시하는 시계열입니다.
Array_reverse — Return an array with elements in reverse order.
Array_reverse - 원소를 역순으로 가지는 배열을 반환.
FlatMap() is similar to map(), butthe callback can return an array, and the end result will be flattened one-dimensional array instead of nested arrays..
FlatMap()은 map()과 비슷하지만,콜백 함수가 배열을 반환하더라도 최종 결과물은 중첩된 배열이 아니라 1차원으로 펼쳐진 배열이 된다.
A function cannot return an array.
함수는 배열 형식의 개체를 반환할 수 없습니다.
Like React. Children. map() but does not return an array.
React. Children. map()와 비슷하지만, 배열을 반환하지 않습니다.
Results: 242, Time: 0.0466

Word-for-word translation

Top dictionary queries

English - Korean