ENUM in Korean translation

enum
열거형
the enum
an enum
enum
열거 형
enumerations
enum
enums

Examples of using Enum in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
For example, the following statement assigns the enumerator Sun to a variable of the type int by using a cast to convert from enum to int.
예를 들어 다음 문은 Sun 을 로 변환하는 캐스트를 사용하여 열거자 을 enum int int형식 변수에 대입합니다. For example, the following statement assigns the enumerator Sun to a variable of the type int by using a cast to convert from enum to int.
FlagsAttribute attribute on an enum declaration.
FlagsAttribute attribute on an enum declaration.
enter a user's gender. Use the gender enum value defined in the IgaworksADPluginIOS.
유저 성별은 IgaworksCorePluginIOS 에 정의된 Gender enum 값을 사용합니다.
Fourth, rather than using a specific error enum that you have created,
세번째, 여러분이 만든 특정 오류 열거형을 사용하는 대신에,
Swift's Result type is implemented as an enum that has two cases: success and failure.
Swift의 Result 타입은 2가지 케이스(cases)를 가진 열거형(enum)으로 구현되었습니다: success와 failure.
To do this you need to use the BrowserType enum with the value of MOBILEBROWSER when creating a image,
이렇게하려면 BrowserType 의 가치를 가진 열거 MOBILEBROWSER 만들 때 영상,
You replaced a lot of error-prone, poorly defined state with a clean and simple Swift enum.
오류가 발생하기 쉽고 잘못 정의된 state를 깨끗하고 간단한 Swift enum으로 대체 했습니다.
In particular, any value of the underlying type of an enum can be cast to the enum type and is a distinct valid value of that enum type.
특히 열거형의 기본 형식 값은 열거형 형식으로 캐스팅 될 수 있으며 해당 열거형 형식의 유효한 고유 값입니다. In particular, any value of the underlying type of an enum can be cast to the enum type and is a distinct valid value of that enum type.
DO use a plural type name for an enumeration with bit fields as values, also called flags enum.
DO 라고도 함 플래그 열거형 값으로 비트 필드 열거형에 대 한 복수 형식 이름을 사용 합니다.
When an enum member declaration does not explicitly specify a value, the member is given the value zero(if it is
열거형 멤버 선언에서 값을 명시적으로 지정 하지 않으면 멤버에 값 0 (열거형 형식의 첫 번째 멤버인 경우)
that can be combined with a bitwise OR operation, the attribute affects the behavior of the enum when it is used with some tools.
the attribute affects the behavior of the enum when it is used with some tools.
We can change the definition of the List enum in Listing 15-2 and the usage of the List in Listing 15-3 to the code in Listing 15-5, which will compile.
우리는 Listing 15-2의 List 열거형의 정의와 Listing 15-3의 List 사용법을 Listing 15-5의 코드로 바꿀 수 있는데, 이는 컴파일될 것입니다.
Recall in Chapter 2 in the on“Handling Potential Failure with the Result Type” section that the Result enum is defined as having two variants, Ok and Err, as follows.
장의 “Result 타입으로 잠재된 실패 다루기” 절에서 Result 열거형은 다음과 같이 Ok와 Err라는 두 개의 variant를 갖도록 정의되어 있음을 상기하세요.
The column types MEDIUMINT, SET, ENUM, and the different BLOB and TEXT types.
필드타입 mediumint, set, enum, 그리고 다른 blob 와 text 타입.
CCI_U_TYPE_ENUM can be retrieved or sent through CCI_A_TYPE_STR.
CCI_U_TYPE_ENUM은 CCI_A_TYPE_STR을 통해 값을 조회하거나 전달할 수 있다.
EE_ENUM_HIGHLIGHT.
EE_ENUM_HIGHLIGHT.
EE_ENUM_CONFIG.
EE_ENUM_CONFIG.
ENUM is also getting a lot of attention.
위트 또한 큰 관심을 받고 있다.
ENUM is also getting a lot of attention.
SNS 역시 거대한 관심을 받고 있다.
The owner of an ENUM number can thus publish where a call should be routed to via a DNS entry.
따라서 ENUM 번호의 소유자는 통화가 DNS 입력을 통해 라우팅되어야 하는 주소를 게시할 수 있습니다.
Results: 61, Time: 0.0614

Top dictionary queries

English - Korean