ENUM 한국어 뜻 - 한국어 번역 S

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

영어에서 Enum 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The Enum Type Class.
열거형 형식The enum Type.
Cast int to enum in C.
Int를 C 에서 열거 형으로 캐스트합니다.
Enum with Raw Values.
값이 할당된 enum - Raw Values.
Listing 15-2 contains an enum definition for a cons list.
Listing 15-2는 cons list를 위한 열거형 정의를 담고 있습니다.
Enums are now C++11 enum classes.
Enum의 활용 그리고 C++ 11 enum class.
Safe Args supports Serializable objects, including Enum values.
Safe Args는 Enum 값을 포함하여 직렬화 가능한 개체를 지원합니다.
Use the gender enum value defined in the IgaworksAD.h.
H 에 정의된 Gender enum 값을 사용합니다.
You replaced a lot of error-prone, poorly defined state with a clean and simple Swift enum.
오류가 발생하기 쉽고 잘못 정의된 state를 깨끗하고 간단한 Swift enum으로 대체 했습니다.
If System. Enum is a class, how can it also be a ValueType?
System. Enum이 클래스 인 경우 어떻게 ValueType이 될 수 있습니까?
The GraphResponse object also has an enum that categorizes the error.
GraphResponse 개체에는 오류를 분류하는 enum 도 있습니다.
C 7.3 Enum constraint: Why can't I use the enum keyword?
C 7.3 Enum 제약 조건: enum 키워드를 사용할 수없는 이유는 무엇입니까?
The following structure,union, enum, and bitfield extensions are supported.
다음과 같은 구조체,공용체, enum 및 비트 필드 확장이 지원됩니다.
There are two categories of value types:struct and enum.
값 형식에는 struct 및 enum의 두 가지 범주가 있습니다. There are two categories of value types:struct and enum.
Use the gender enum value defined in the IgaworksADPluginIOS.
유저 성별은 IgaworksCorePluginIOS 에 정의된 Gender enum 값을 사용합니다.
From any nullable_type with an underlying enum_type to the type System. Enum.
모든 enum_type 에서 형식 System. Enum합니다. From any enum_type to the type System. Enum.
The enum type variables could be utilized in indexing expressions, as operands of all arithmetic and relational operators.
Enum 형식의 변수를 인덱싱 식에서 사용할 수 있으며 모든 산술 및 관계형 연산자의 피연산자로 사용할 수 있습니다.
DO use a plural type name for an enumeration with bit fields as values, also called flags enum.
DO 라고도 함 플래그 열거형 값으로 비트 필드 열거형에 대 한 복수 형식 이름을 사용 합니다.
Enum is a class, you cannot declare a variable of type Nullable(since Nullable is only possible if T is a struct).
Enum 은 클래스이기 때문에 Nullable 유형의 변수를 선언 할 수 없습니다 ( Nullable 는 T 가 struct 경우에만 가능하기 때문에).
But someday, somebody will add fig to your enum and forget to add it to your switch statement.
하지만 언젠가는 누군가가 당신의 열거 형에 무화과를 추가하고 그것을 스위치 명세서에 추가하는 것을 잊어 버릴 것입니다.
All enums inherit from System. Enum, which inherits from System. ValueType.
모든 열거형은 System. ValueType에서 상속받는 System. Enum에서 상속됩니다. All enums inherit from System. Enum, which inherits from System. ValueType.
Swift's Result type is implemented as an enum that has two cases: success and failure.
Swift의 Result 타입은 2가지 케이스(cases)를 가진 열거형(enum)으로 구현되었습니다: success와 failure.
The following code example illustrates the use and effect of the System.FlagsAttribute attribute on an enum declaration.
다음 코드 예제에서는 System. FlagsAttribute 선언에 enum 특성을 사용하는 방법과 그 결과를 보여 줍니다. The following code example illustrates the use and effect of the System.FlagsAttribute attribute on an enum declaration.
The LicenseValidation enum type returned from checkLicenseValid method is as follows.
CheckLicenseValid 메소드에서 반환되는 LicenseValidation enum 타입의 값은 다음과 같습니다.
Five of C 's categoriesof types are user-definable: class types, struct types, interface types, enum types, and delegate types.
의 형식 C 범주 중 5 개는 클래스 형식, 구조체 형식,인터페이스 형식, 열거형 형식 및 대리자 형식과 같이 사용자가 정의할 수 있습니다.
Fourth, rather than using a specific error enum that you have created, you can also use the general Error protocol.
세번째, 여러분이 만든 특정 오류 열거형을 사용하는 대신에, 일반 Error 프로토콜을 사용할 수도 있습니다.
When an enum member declaration does not explicitly specify a value, the member is given the value zero(if it is the first member in the enum type) or the value of the textually preceding enum member plus one.
열거형 멤버 선언에서 값을 명시적으로 지정 하지 않으면 멤버에 값 0 (열거형 형식의 첫 번째 멤버인 경우) 또는 열거형 멤버 앞에 있는 형식 (열거형)의 값이 지정 됩니다. When an enum member declaration does not explicitly specify a value, the member is given the value zero (if it is the first member in the enum type) or the value of the textually preceding enum member plus one.
From any nullable_type with an underlying enum_type to the type System. Enum.
기본 enum_type 를 사용 하는 모든 nullable_type 에서 System. Enum형식으로From any nullable_type with an underlying enum_type to the type System. Enum.
When you apply System. FlagsAttribute to an enumeration that contains elementsthat can be combined with a bitwise OR operation, the attribute affects the behavior of the enum when it is used with some tools.
일부 요소가 비트 System. FlagsAttribute 연산으로 결합될 수 있는 열거형에 OR 를 적용하면 일부 도구에서 이 열거형을 사용할 때 해당 특성이 enum 의 동작에 영향을 줍니다. When you apply System. FlagsAttribute to an enumeration that contains elements that can be combined with a bitwise OR operation,the attribute affects the behavior of the enum when it is used with some tools.
IgaworksADSetGender API will be called up toenter a user's gender. Use the gender enum value defined in the IgaworksADPluginIOS.
SetGender API를 호출하여 유저 성별을 입력합니다.유저 성별은 IgaworksCorePluginIOS 에 정의된 Gender enum 값을 사용합니다.
The default value of an enum E is the value produced by the expression(E)0.
Enum E 의 기본값은 식 ( E ) 0 으로 계산 된 값 입니다. The default value of an enum E is the value produced by the expression (E)0.
결과: 61, 시각: 0.0726

영어 문장에서 "enum"를 사용하는 방법

Enum member classes are implicitly static.
The enum has four member variables.
NORMAL Enum Straight lines without curve.
TINY Enum Use tiny line points.
Enum listing possible errors from rusqlite.
The underlying enum for this value.
Enum for guide pin (track shoe/roadwheel/idler).
Enum for available powertrain model templates.
See LoginMode enum for more details.
This enum specifies the coordinate system.
자세히보기

한국어 문장에서 "열거형"를 사용하는 방법

특정 열거형 멤버의 원시 값은 항상 동일함.
열거형 목표값 집합 중 하나로서 라벨로 쓰입니다.
Enum문은 나열형식, 즉 열거형 상수를 선언하는 데 사용됩니다.
새로운 열거형 케이스를 도입하기 위해case 키워드를 사용합니다.
이전 항목의 예제에서 열거형 멤버가 어떻게 정의되었는지를 보여주었음.
대신 상수를 직접 선언하여 열거형 처럼 사용이 가능합니다.
각 원시 값은 열거형 정의 안에 유일해야 함.
nil을 반환하던지 에러 열거형 케이스를 반환한다.
열거형 정의는 새로운 타입 종류로 정의.
비교 규칙을 지정하는 열거형 값 중 하나입니다.
S

의 동의어 Enum

최고 사전 질의

영어 - 한국어