What is the translation of " ARRAY ELEMENTS " in Korean?

[ə'rei 'elimənts]
[ə'rei 'elimənts]
배열 요소
array elements
array elements
array element

Examples of using Array elements in English and their translations into Korean

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
Type: Defines the type of array elements.
Type: array요소들의 타입을 기술합니다.
Individual array elements are identified by an integer index.
개인적인 배열 요소는 정수 색인에 의해 확인된다.
Username is a property of ActorList array elements.
Username 은 ActorList 배열 요소의 프로퍼티 입니다.
Array elements are accessed using their index number.
배열요소(Array elements)는 해당 인덱스 숫자로 액세스합니다.
What if you change the property attributes of array elements?
Array element의 property attribute 들을 변경하면 어떻게 될까요?
The resulting array elements are in the form of varname=> value.
반환하는 배열 원소는 varname => value 형식입니다.
Arr[1,2]- returns a list of two elements, the array elements with indexes 1 and 2.
Arr[1,2] -의 목록을 반환하는 두 가지 요소, 배열 요소와 인덱스 1 과 2.
Array elements can be of any type, including an array type.
배열 요소 형식은 배열 형식을 비롯한 어떤 형식도 될 수 있습니다.
If you make any changes to the returned array elements, you must call the appropriate Release….
반환된 배열 요소를 변경하는 경우에는, 완료 시에 적절한 Release….
Discrete detectors permit individual gain settings for each detector, rather than being forced to use the same gain for all array elements.
독립된 감지기는 모든 배열 요소에 동일한 게인을 사용하도록 강제하지 않고 각 감지기에 대해 개별 게인을 설정할 수 있도록 허용합니다.
In Excel 2007, this exceeds the limit for array elements and might return different results.
Excel 2007에서 이것은 배열 요소 제한을 초과하며 다른 결과를 반환할 수 있습니다.
The array and array elements cannot be null. fieldValues- Object array of the corresponding field values.
배열배열 요소는 null 이외fieldValues - 대응하는 필드값로부터 완성되는 객체 배열.
Arr[0… 2]- returns a list of three elements, the array elements with indexes 0, 1 and 2.
Arr[0… 2] -의 목록을 반환합니다 세 개의 요소를 배열 요소와 인덱스 0 1 2.
Finally, it decreases the size back to its original value and reinitializes all the array elements.
마지막으로 크기를 원래 값으로 다시 줄이고 모든 배열 요소를 다시 초기화합니다. Finally, it decreases the size back to its original value and reinitializes all the array elements.
The for loop ensures that the correct number of array elements are added up before calculating the average.
위로 배열 요소의 정확한 수가 평균을 산출하기 전에 추가된ᄂ다는 것을 루프를 위해 확인한다.
Returns an associative array containing the date information of the timestamp, or the current local time if no timestamp is given, as the following array elements.
Timestamp 나 timestamp가 주어지지 않는다면 현재 로컬 시간의 날짜 정보를 포함하는 다음의 배열 요소를 가지는 연관 배열을 반환한다.
When you release the memory array elements, you must use the appropriate mode, depending on what changes you made.
메모리 배열 요소를 해제하는 경우에는, 어떤 변경을 수행하는지에 따라 적절한 모드를 사용해야 합니다.
Calling fill() with the second and third arguments allows you to fill multiple array elements at once without overwriting the entire array..
두 번째와 세 번째 인자로 fill()을 호출하면 전체 Array를 덮어 쓰지 않고 한 번에 여러 Array 요소를 채울 수 있습니다.
Array elements are accessed by using the array name and including the index of the individual element in parentheses.
배열 요소배열 이름을 사용 하 고 개별 요소의 인덱스를 괄호 안에 포함 하 여 액세스할 수 있습니다. Array elements are accessed by using the array name and including the index of the individual element in parentheses.
Don't mess with property attributes of array elements, so they can be stored and operated on efficiently.
효율적으로 저장 및 작동할 수 있도록 array element의 property attribute 들을 건드리지 마십시오.
When the name of an array is used as an argument, the value passed to the function is the location oraddress of the beginning of the array- there is no copying of array elements.
인수로 배열의 이름을 넘겨줄 때는 cally by value가 아니라 주소가 넘어가서 원본을 변경 가능하다는 말임When the name of an array is used as an argument, the value passed to the function is the location or address of the beginning of the array -there is no copying of array elements.
Type: Defines the type of array elements. Either bool, integer, string, array, or object possible.
Type: array요소들의 타입을 기술합니다. bool, integer, string, array, object 가 가능합니다.
The output from the example shows the change reflected in the value of the array elements of the NumberStore instance.
예제의 출력에서는 NumberStore 인스턴스의 배열 요소 값에 반영된 변경 내용을 보여줍니다. The output from the example shows the change reflected in the value of the array elements of the NumberStore instance.
If you make a change to one of the returned array elements, the array object is itself changed(and the arguments to Release… ArrayElements() are usually ignored).
반환된 배열 요소 중 하나를 변경하게 되면, 배열 객체 자체가 변경됩니다(또한 Release… ArrayElements() 의 인수는 대개 무시됩니다).
For example, it's not safe to increment the original pointer(to scan through the returned array elements) then pass the incremented pointer to Release… ArrayElements().
예를 들어, 반환된 배열 요소를 검색하기 위해 원래 포인터를 증가시킨 다음, 이 증가된 포인터를 Release… ArrayElements() 에 전달하는 것은 안전한 방법이 아닙니다.
Then the return value does not include array elements that contain an empty string.
반환 값에 빈 문자열이 포함된 배열 요소가 포함되지 않습니다. The return value does not include array elements that contain an empty string.
There are several kinds of variables in C,including fields, array elements, local variables, and parameters.
C 에는 필드, 배열 요소, 지역 변수 및 매개 변수를 포함하는 여러 종류의 변수가 있습니다. There are several kinds of variables in C,including fields, array elements, local variables, and parameters.
To find which array element the point is“in”, firstly check to see if it is less than the value in the first element..
점이 어느 배열 요소 “안”에 있는지 알려면 먼저 점의 값이 첫 번째 요소의 값보다 작은지 확인합니다.
Without support for reference return values, such an operation is performed by returning the index of the array element along with its value.
참조 반환 값이 지원되지 않을 경우 이러한 작업은 해당 값과 함께 배열 요소의 인덱스를 반환하여 수행됩니다. Without support for reference return values, such an operation is performed by returning the index of the array element along with its value.
Both find() and findIndex() are useful to find an array element that matches a condition rather than a value.
Find()와 findIndex()는 값이 아닌 조건과 일치하는 Array 요소를 찾는 데 유용합니다.
Results: 394, Time: 0.0448

How to use "array elements" in an English sentence

Referring to individual array elements and columns.
The two first array elements are mandatory.
Nested fields and array elements are auto-detected.
Array elements are numbered, starting with zero.
The array elements are “hagen=Walter Hagen” etc.
array elements are these two pointers apart.
Array elements are stored in column-major order.
Roll array elements along a given axis.
Array elements are accessed like this: $arrayName[positionIndex].
Shift: Shift array elements along a dimension.
Show more

How to use "배열 요소" in a Korean sentence

두 번째 배열 요소 7 에서 함수를 호출한다.
요구되는 두 배열의 요소를 하나하나 확인하면서 배열 요소 중 또 다른 배열이 있다면 재귀 호출을 통해….
테이퍼 롤러 베어링 테이퍼 모양된 내부 링과 외부 링 경마장, 및 그들 사이 배열 요소 롤러는 있습니다.
배열 요소 참조에 사용되는 표기법은 뒤따르는 괄호 안에 원하는 요소를 가리키는 인덱스 번호가 있는 변수 이름으로 구성됩니다.
배열이 포함 된 Variant 은 개념적 요소가 들어 있는 variant배열을 다른 배열 요소 같은 방법으로 액세스 됩니다.
요구되는 두 배열의 요소를 하나하나 확인하면서 배열 요소 중 또 다른 배열이 있다면 재귀 호출을 통해 동일 로직을 반복하는….
괄호로 감싸진 문자열을 불러오려면, 배열 요소 [1],.
다차원 배열에서 각 차원별 배열 요소 크기가 동일한 Rectangular 배열은 C#에서 [,] 와 같이 괄호안에 콤마로 분리하여 (C 언어 스타일) 다차원을 표현한다.
배열 요소 중 현재 처리되고 있는 값을 currentValue로 받고 인덱스와 해당 배열이 뒤따라 온다.
이렇게 수정된 코드를 깃 커밋하면 실제 수정은 배열 요소 추가 한 줄인데, 두 줄을 수정한 것으로 기록됩니다.

Word-for-word translation

Top dictionary queries

English - Korean