What is the translation of " INITIALIZER " in Korean? S

Noun
initializer
a for-initializer
이니셜 라이저
initializer
초기
early
initial
first
beginning
nascent
upfront

Examples of using Initializer in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
X Window System initializer.
X 윈도우 시스템 초기화.
Therefore, initializer lists can be nested.
따라서 이니셜라이저 목록은 중첩될 수 있습니다.
Next we will create the initializer.
그 다음에 initializer를 만들 것입니다.
Initializer: Optional if New is not specified.
Initializer New 지정 되지 않은 경우 선택 사항입니다.
Xinit examples, X Window System initializer.
Xinit 예제, X 윈도우 시스템 초기화.
Every for loops defines initializer, condition, and iterator sections.
모든 for 문은 이니셜라이저, 조건 및 반복기 섹션을 정의합니다.
Any declaration with an extern specifier or a linkage specifier(such as extern"C") without an initializer.
초기값 없이 extern 식별자 혹은 연결 식별자(extern "C")를 사용한 선언.
The for statement defines initializer, condition, and iterator sections.
모든 for 문은 이니셜라이저, 조건 및 반복기 섹션을 정의합니다.
You can't pass in any type here, however- it has to be a type for which UInt16 provides an initializer.
여기서는 어떤 형식이든 전달할 수 없지만 UInt16에서 초기화자를 제공하는 형식이어야 합니다.
The figure below shows the initializer chain for the RecipeIngredient class.
아래 그림은 RecipeIngredient 클래스에 대한 초기화 체인(chain)을 보여줍니다.
Local variables declared in a resource-acquisition are read-only, and must include an initializer.
Resource_acquisition 에 선언 된 지역 변수는 읽기 전용 이며 이니셜라이저를 포함 해야 합니다.
MXNet's module initializer provides various methods for model parameter initialization.
MXNet의 initializer 모듈은 모델 파라미터를 초기화하는 다양한 방법을 제공합니다.
The following example shows how to use an object initializer with a named type, Cat.
다음 예제는 명명된 형식인 Cat의 개체 이니셜라이저를 사용하는 방법과 기본 생성자를 호출하는 방법을 보여 줍니다.
Device initializer APIs which existed in the Android 6.0(API level 23) are now removed.
이제 Android 6.0(API 레벨 23)에 있던 기기 이니셜라이저 API가 제거되었습니다.
The following example shows how to use an object initializer with a named type, Cat.
다음 예제에서는 명명된 형식인 Cat로 개체 이니셜라이저를 사용하는 방법과 매개 변수가 없는 생성자를 호출하는 방법을 보여 줍니다.
The superclass's designated initializer makes sure that all of the superclass properties have a value.
슈퍼클래스의 지정된 초기화는 슈퍼클래스의 모든 프로퍼티가 값을 가지는지 확인합니다.
It also has the added benefit of signaling potential misbehavior more clearly than a conventional type initializer.
또한 기존 타입 initializer보다 잠재적인 오작동을 명확하게 알려주는 이점이 있습니다.
The statements in the initializer section run only once, before you enter the loop.
이 섹션의 문은 루프가 시작되기 전에 한 번만 실행됩니다. The statements in this section run only once, before you enter the loop.
Compare this to what happens if you instead pass the exact conversion initializer, init?(exactly:).
대신에 exact conversion initializer(init? (exactly: ))를 넘겼을 경우를 비교해보겠습니다.
The statements in the initializer section are executed only once, before entering the loop.
이 섹션의 문은 루프가 시작되기 전에 한 번만 실행됩니다. The statements in this section run only once, before you enter the loop.
When an array object is printed or converted to a string, it is represented as array(typecode, initializer).
배열 객체가 인쇄되거나 문자열로 변환될 때, array(typecode, initializer)로 표현됩니다.
Important: With for- as with all loops- you must make sure that the initializer is iterated so that it eventually reaches the exit condition.
중요: With for - 모든 loop와 마찬가지로 - initializer 가 반복되어 결국 종료 조건에 도달하는지 확인해야 한다.
Note that the message"John Appleseed is being initialized" is printed at the point that you call the Person class's initializer.
John Appleseed is being initialized"라는 메시지가 Person 클래스의 이니셜라이져가 호출될 때 출력된다는 점에 주의합니다.
The initializer is omitted if the array is empty, otherwise it is a string if the typecode is'c', otherwise it is a list of numbers.
배열이 비어 있으면 initializer가 생략되고, 그렇지 않으면 typecode가 'u' 인 경우 문자열이 되고, 그렇지 않으면 숫자 리스트가 됩니다.
If, for any reason, it's not possible to create the NSRegularExpression, then the initializer will fail and return nil.
어떤 이유로 든 NSRegularExpression을 만들수 없는 경우, 초기화는 실패하고 nil을 반환합니다.
Each initializer in the list is either a constant expression or an initializer list.
목록에서 각 이니셜라이저는 상수 식이거나 이니셜라이저 목록입니다. Each initializer in the list is either a constant expression or an initializer list.
When a base class or a non-static data member is not mentioned in a constructor initializer list and that constructor is called.
기본 클래스나 non-static 데이터 멤버가 생성자 초기화 리스트 에 없고, 해당 생성자가 호출될 때.
It is therefore appropriate to write this initializer as init(_ celsius: Double) so that it can be called by providing an unnamed Double value.
따라서 이름 없는 Double 값을 제공해서 호출되도록 할수 있도록 init(_ celsius: Double) 초기화를 작성하는 것이 적절합니다(appropriate).
The compiler deduces the type of an auto variable from the type of its initializer expression.
컴파일러는 초기화 식의 형식에서 변수 형식을 유추 합니다. The compiler infers the type of the variable from the type of the initialization expression.
UInt16 has an initializer that accepts a UInt8 value, and so this initializer is used to make a new UInt16 from an existing UInt8.
UInt16은 UInt8값을 변화하는 initializer를 가지고 있고, 이 initializer는 존재하는 UInt8에서 새로운 UInt16를 만드는데 사용된다.
Results: 64, Time: 0.0353

How to use "initializer" in a sentence

So, can’t use object initializer here.
Override initWithTimeIntervalSinceReferenceDate:, the designated initializer method.
Iterates through the member/base initializer list.
Use initializer list for rotation map.
Initializer for the creator object type.
Instructions for updating: Use initializer instead.
Use the initializer Date(fromString:String, format: DateFormatType)?
Initializer for the TRIGGER_ALTAR object type.
Error: The type initializer for 'Oracle.DataAccess.Client.
How does Java instance initializer work?
Show more
S

Synonyms for Initializer

initialiser

Top dictionary queries

English - Korean