What is the translation of " RETURNS NULL " in Korean?

[ri't3ːnz nʌl]
[ri't3ːnz nʌl]
null을 반환 합니다
null 을 리턴합니다

Examples of using Returns null in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
GetCamera() always returns null.
GetCamera()는 항상 null을 반환합니다.
Returns null if the object is not found.
테스트한 위치에 개체가 없는 경우 null을 반환합니다.
If no metrics are available the method returns null.
사용할 수 있는 지표가 없으면 메서드는 null을 반환합니다.
This property returns null on the server itself.
이 속성은 서버측에서는 null 을 리턴합니다.
Provides a default implementation of onBind() that returns null.
OnBind() 의 기본 구현을 제공하여 null을 반환하도록 합니다.
The method returns null if the property is not found.
그 프로퍼티가 발견되지 않는 경우는 null 이 리턴됩니다.
When a component renders to null or false, findDOMNode returns null.
컴포넌트가 null이나 false를 렌더링하는 경우 findDOMNode은 null을 반환합니다.
The method returns null if the property is not found.
프로퍼티가 발견되지 않는 경우, 이 메서드는 null을 리턴합니다.
If event. target is not inside any, then the call returns null, and we don't have to do anything.
Event. target이 <td>안에 있지 않으면 null을 반환하므로 아무 작업도 일어나지 않습니다.
When the fragment isn't attached yet, or was detached during the end of its lifecycle,getContext() returns null.
프래그먼트가 아직 첨부되지 않았거나 수명 주기가 끝날 무렵 분리된 경우,getActivity() 가 null을 반환합니다.
If no such node exists, returns null and the current node is not changed.
그런 노드가 없으면 null을 반환하고 현재 노드는 바뀌지 않는다.
Note that for AIR for TV devices, Camera. isSupported is true but Camera. getCamera()always returns null.
AIR for TV 장치의 경우 Camera. isSupported는 true이지만 Camera.getCamera()는 항상 null을 반환합니다.
EventReactive() returns NULL until the action button is clicked.
EventReactive() 는 버튼이 Click되기전까지는 Null을 return한다.
If this reference object has been cleared, either by the program or by the garbage collector,then this method returns null.
프로그램 또는 가비지 컬렉터에의해 이 참조 객체가 이미 클리어 되고 있는 경우,이 메서드는 null 을 리턴합니다.
FullscreenElement returns null and the CSS selectors don't work.
FullscreenElement는 null을 반환하고 CSS Selector는 동작하지 않습니다.
In GDScript,$ returns the node at the relative path from the current node, or returns null if the node is not found.
GDScript에서, $는 현재 노드에서 상대적인 경로에 있는 노드를 반환하거나, 노드가 없다면 null 값을 반환합니다.
If getDefaultAdapter() returns null, then the device doesn't support Bluetooth.
GetDefaultAdapter() 가 null을 반환하는 경우 기기는 블루투스를 지원하지 않습니다.
If DllMain returns FALSE, the system unloads the DLL from the process address space and LoadLibrary returns NULL.
DllMain이 FALSE를 반환하면 시스템은 프로세스 주소 공간에서 DLL을 언로드하고 LoadLibrary는 NULL을 반환합니다.
However, if the conversion isn't possible, as returns null instead of raising an exception.
그러나 변환이 불가능한 경우 as는 예외를 발생시키는 대신 null을 반환합니다.
The as operator returns null if the node cannot be cast to Sprite, and for that reason, it cannot be used with value types.
노드가 Sprite를 캐스트 하지 않는다면 as 연산자는 null을 반환합니다, 그리고 그 이유에서, 이것이 값 타입과 함께 사용될 수 없습니다.
In cases where there is no obvious mapping of these attributes for a specific nodeType(e.g.,nodeValue for an Element or attributes for a Comment), this returns null.
이러한 특성들이 특정 nodeType과 확실하게 대응하지 않는 경우 - 예를 들어,Element의 nodeValue 또는 Comment의 attributes, null을 반환한다.
ERROR_SEVERITY returns NULL if called outside the scope of a CATCH block.
CATCH 블록의 범위를 벗어나 호출한 경우 ERROR_SEVERITY는 NULL을 반환합니다. ERROR_SEVERITY returns NULL if called outside the scope of a CATCH block.
ReturnInstanceForEmptyRow MyBatis, by default, returns null when all the columns of a returned row are NULL..
ReturnInstanceForEmptyRow MyBatis 는 기본적으로 모든 열들의 행이 NULL 이 반환되었을 때 null을 반환한다.
If getCamera() returns null, either the camera is in use by another application, or there aren't any cameras installed on the system.
GetCamera()에서 null이 반환하면 다른 응용 프로그램이 카메라를 사용 중이거나 시스템에 카메라가 설치되어 있지 않은 것입니다.
Despite the fact that the method getAttribute()returns null in the attributes, you must use removeAttribute() instead elt.
방법이 있다는 사실에도 불구하고 getAttribute()속성에 null을 반환, 당신은 removeAttribute를 사용해야합니다 () 대신 ELT.
If the Target property returns null, the object was collected; otherwise, you can continue to use the object because the application has regained a strong reference to it.
그러지 않으면, 애플리케이션이 해당 개체에 대한 강한 참조를 회복하기 때문에 개체를 계속 사용할 수 있습니다. If the Target property returns null, the object was collected; otherwise, you can continue to use the object because the application has regained a strong reference to it.
If the user selects more than one item,then getData() returns null and you must instead retrieve each item from a ClipData object that is returned by getClipData().
사용자가 항목을 여러 개 선택하는 경우에는 getData()null을 반환하므로, 대신 getClipData() 에서 반환한 ClipData 객체에서 각 항목을 검색해야 합니다.
Always returned null.
항상 NULL을 반환합니다.
If the size of area requested is zero, calloc()and realloc() return NULL.
요청된 영역의 크기가 0이면 calloc()및 realloc()가 NULL을 반환합니다.
Methods that should not return null.
Null을 반환해서는 안되는 메서드.
Results: 30, Time: 0.0383

Word-for-word translation

Top dictionary queries

English - Korean