What is the translation of " IS AN INSTANCE " in Korean?

[iz æn 'instəns]
[iz æn 'instəns]
인스턴스일

Examples of using Is an instance in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Var is an instance variable.
Var 인스턴스 변수.
Thus, throwing a ball is an instance of action;
따라서, 공을 던지는 것은 동작의 사례이다;
Result is an instance of IDBDatabase, and you definitely want to save that for later.
Result 는 IDBDatabase 의 인스턴스이므로, 이후에 이것을 사용하기 위해 저장하기 원할 것은 확실합니다.
The method without static modifier is an instance method.
Static 한정자 없이 선언 된 메서드는 인스턴스 메서드입니다.
Object is an instance of class NumberUp.
Object NumberUp 클래스의 인스턴스이다.
SetSpeed function(this. interval of TM. ILoopObject is an instance of TM. Interval).
(TM. ILoopObject의 this. interval에는 TM. Interval의 인스턴스가 들어있습니다.).
So, document is an instance of HTMLDocument class.
살펴본 바와 같이 document는 HTMLDocument 클래스의 인스턴스입니다.
For instance, when C is a class which contains a definitionfor a function f(), and x is an instance of C, calling x.
예를 들어, C 가 함수 f() 의 정의를 포함하는 클래스이고,x 가 C 의 인스턴스일 때, x. f(1) 를 호출하는 것은 C.
Note: The request object is an instance of IncomingMessage.
주의: request 객체는 IncomingMessage의 인스턴스입니다.
This is an instance method, so it can be used to execute code in another application domain to which you have a reference.
이 메서드는 인스턴스 메서드이므로 참조할 다른 애플리케이션 도메인에서 코드를 실행하는 데 사용할 수 있습니다. This is an instance method, so it can be used to execute code in another application domain to which you have a reference.
Provides a durable reference to an object that is an instance of an entity type.
엔터티 형식의 인스턴스인 개체에 대한 영구 참조를 제공합니다. Provides a durable reference to an object that is an instance of an entity type.
Each enumeration singleton is an instance of the enumeration class that wraps a hidden int value.
각 열거의 단체는 숨겨 int값을감싸는 열거 클래스의 인스턴스이다.
This procedure performs the decoding of binary status of the frame and then loads the decoded data to record the Ethernet controller which is an instance of a record" ethernet_rm_hm_cm_lm" called" ethrm".
이 절차는 프레임의 바이너리 상태의 디코딩을 수행 한 후 기록의 인스턴스 인 이더넷 컨트롤러를 기록하는 디코딩 된 데이터를로드 " ethernet_rm_hm_cm_lm " 라고 " ethrm ".
SystemOrganization is an instance of SystemOrganizer: it records the organization of classes into packages.
SystemOrganization 은 SystemOrganizer 클래스의 인스턴스입니다: SystemOrganization은 패키지별로 클래스들의 그룹을 기록합니다.
First parameter is the name of Display Logic.(See 5) Display Logic for detail and second parameter is an instance of TnkVideoDelegate which receives events of video loadings.
아래의 예에서 첫번째 파라메터는 Display Logic 명이며 두번째 파라메터는 동영상 광고 로딩이 완료되면 그 이벤트를 받기 위하여 사용하는 TnkVideoDelegate 객체입니다.
Thus, throwing a ball is an instance of action; it involves an intention, a goal, and a bodily movement guided by the agent.
따라서, 공을 던지는 것은 동작의 사례이다; 이는 의도, 목표, 행위자에 의해 유도되는 신체 운동을 포함한다.
The request here was generated witha call to indexedDB. open(), so request. result is an instance of IDBDatabase, and you definitely want to save that for later.
이 요청은 indexedDB. open()을 호출하여 생성되었고, request.result 는 IDBDatabase 의 인스턴스이므로, 이후에 이것을 사용하기 위해 저장하기 원할 것은 확실합니다.
The context inside the block is an instance of an Article so inside it we can get the comments for an article and map them to the content of each comment.
이 블록내의 컨텍스트 Article 모델의 한 인스턴스이기 때문에 하나의 글에 속한 댓글들을 불러 와서 각 댓글의 content로 매핑할 수 있습니다.
For instance, when C is a class which contains a definitionfor a function f(), and x is an instance of C, calling x. f(1)is equivalent to calling C. f(x, 1).
예를 들어, C 가 함수 f() 의 정의를 포함하는 클래스이고,x 가 C 의 인스턴스일 때, x. f(1) 를 호출하는 것은 C. f(x, 1) 을 호출하는 것과 같습니다.
Because the constructor is an instance member, it is permitted to access both the serialNo instance field and the nextSerialNo static field.
생성자가 인스턴스 멤버이기 때문에 serialNo 인스턴스 필드 및 nextSerialNo 정적 필드 둘 다에 액세스하도록 허용됩니다. Because the constructor is an instance member, it is permitted to access both the serialNo instance field and the nextSerialNo static field.
As far as I have heard, it is impossible for me to say whether the present case is an instance of crime or not, but the course of events is certainly among the most singular that I have ever listened to.
내가 들은 바로는, 지금 사건이 범죄의 예인지 아닌지를 말하는 것은 불가능하지만, 사건의 과정은 확실히 내가 들어 본 것 중 가장 특이해.
You can check if an object is an instance of any of a number of classes by providing a tuple instead of a single class, e.g. isinstanceobj, class1, class2, and can also check whether an object is one of Python's built-in types, e.g. isinstance(obj, str) or isinstance(obj,(int, float, complex)).
단일 클래스 대신 튜플을 제공하여 객체가 여러 클래스 중 어느 하나의 인스턴스인지를 확인할 수 있으며 예를 들어 isinstanceobj, class1, class2, 객체가 파이썬의 내장형 중 하나인지 확인할 수도 있습니다 (예를 들어 isinstance(obj, str)나 isinstance(obj, (int, float, complex))).
For a nullable_type the default value is an instance for which the HasValue property is false and the Value property is undefined.
Nullable_type 의 경우 기본값은 HasValue 속성이 false이 고 Value 속성이 정의 되어 있지 않은 인스턴스입니다. For a nullable_type the default value is an instance for which the HasValue property is false and the Value property is undefined.
For example, consider the following, where myDataObject is an instance of MyData class, myBinding is the source Binding object, and MyData class is a defined class that contains a string property named MyDataProperty.
예를 들어, 다음을 고려 위치 myDataObject 의 인스턴스를 MyData 클래스 myBinding 원본인 Binding 개체 및 MyData 클래스는 문자열 속성을 포함 하는 정의 된 클래스 MyDataProperty. For example, consider the following, where myDataObject is an instance of the MyData class, myBinding is the source Binding object, and MyData class is a defined class that contains a string property named MyDataProperty.
The child to be modified could be an instance of a React component, or it could be a DOM element.
수정할 자식은 React 컴포넌트의 인스턴스일 수도 있고, DOM 엘리먼트일 수도 있습니다.
Each field in your model should be an instance of the appropriate Field class.
모델의 각 필드는 적절한 Field 클래스의 하나의 인스턴스여야 한다.
When no static modifier is present,the method is said to be an instance method.
한정자가 virtual 없는 경우이 메서드는 비가상 메서드라고 합니다. When no virtual modifier is present,the method is said to be a non-virtual method.
Which was an instance of what I meant when I said that deep down in him there was a certain stratum of sense.
나는 그를 아래로 깊은 말할 때 어떤있었습니다 뜻이 인스턴스했습니다 감각의 특정 지층.
Supposedly, the entire justification for this war, at least on libertarian grounds, was that it was an instance of self-defense.
아마도이 전쟁에 대한 전체적인 정당화는 적어도 자유 지상 주의자들의 근거에 따라 그것이 자기 방위의 한 예가되었다.
It can be an instance or static field of a class, or it can be an argument passed to the method.
클래스의 인스턴스 또는 정적 필드이거나 메서드에 전달된 인수일 수 있습니다. It can be an instance or static field of a class, or it can be an argument passed to the method.
Results: 7116, Time: 0.0437

How to use "is an instance" in a sentence

Returns whether the RemoteValue is an instance of java.lang.String.
And, testObj is an instance of the Test class.
Checks that the dataModel is an instance of MutableComboBoxModel.
The last election is an instance of family influence.
Zero-primarily based budgeting is an instance of centralized budgeting.
This is an instance when control may be needed.
The item is an instance of JResearchPublication, JResearchProject, etc..
The managed object context is an instance of NSManagedObjectContext.
The Screen .orientation attribute is an instance of ScreenOrientation.
Internally, each database class is an instance of OClass.
Show more

Word-for-word translation

Top dictionary queries

English - Korean