What is the translation of " IMPLICIT CONVERSION " in Korean?

[im'plisit kən'v3ːʃn]
[im'plisit kən'v3ːʃn]
implicit conversion

Examples of using Implicit conversion in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
There are no implicit conversions to the char type.
다른 형식에서 char 형식으로의 암시적 변환은 없습니다.
That's because Predef includes the following implicit conversions.
그 이유는 Predef가 아래 암시적 변환들을 포함하기 때문이다.
Implicit conversions are available from the null literal to T?
(Null 리터럴 변환) 및 T에서 T? 로 (암시적 nullable 변환) 사용할 수 있습니다?
The Double structure does not define any explicit or implicit conversion operators;
Double 구조는 모든 명시적 또는 암시적 변환 연산자를 정의 하지 않습니다;
Implicit conversions are described later in this article.
암시적 변환은 이 문서의 뒷부분에서 설명합니다. Implicit conversions are described later in this article.
Notice also that there is no implicit conversion from floating-point types to long.
Notice also that there is no implicit conversion from floating-point types to long.
Implicit conversion: It does not require any special syntax in the source code.
암시적 변환 에는 소스 코드에 특별 한 구문이 필요 하지 않습니다. An implicit conversion does not require any special syntax in the source code.
Following is an example of implicit conversion of an Integer value to a Long value.
다음은 암시적으로 변환의 예는 Integer 값을 Long 값: The following is an example of implicit conversion of an Integer value to a Long value.
No implicit conversions are performed for Boolean or string values; BLANK or a blank value is converted to 0/""/false depending on the data type of the other compared value.
부울 또는 문자열 값에 대해서는 암시적 변환이 수행되지 않고, BLANK 또는 공백 값은 다른 비교 값의 데이터 형식에 따라 0/""/false로 변환됩니다.
If the conversion is not a supported implicit conversion, an error is returned.
변환이 지원되는 암시적 변환이 아닌 경우 오류가 반환됩니다. If the conversion isn't a supported implicit conversion, an error is returned.
If no such implicit conversion exists, or if more that one such implicit conversion exists, a compile-time error occurs.
그렇지 않고 이러한 암시적 변환이 없거나 이러한 암시적 변환이 둘 이상 있는 경우 컴파일 시간 오류가 발생 합니다.
The type of consequence and alternative must be the same, or there must be an implicit conversion from one type to the other.
Consequent 및 alternative의 형식이 동일해야 하거나 한 형식에서 다른 형식으로 암시적 변환이 있어야 합니다. The type of consequent and alternative must be the same, or there must be an implicit conversion from one type to the other.
They are detailed in Implicit conversions involving type parameters and Explicit dynamic conversions..
형식 매개 변수 및 명시적 동적 변환과관련 된 암시적 변환에 자세히 설명 되어 있습니다.
Either the type of first_expression and second_expression must be the same, or an implicit conversion must exist from one type to the other.
Consequent 및 alternative의 형식이 동일해야 하거나 한 형식에서 다른 형식으로 암시적 변환이 있어야 합니다. The type of consequent and alternative must be the same, or there must be an implicit conversion from one type to the other.
Also, there is no implicit conversion from floating-point types to byte.
부동 소수점 형식에서 long로의 암시적 변환은 없습니다. Notice also that there is no implicit conversion from floating-point types to long.
In 2006, the economist Earl A. Thompson published an article entitled“The tulipmania: Fact orartifact?” where he discusses how the Tulip Mania wasn't related to a market frenzy, but to the implicit conversion, by the government, of tulip futures contracts into options contracts.
년 경제학자 Earl A. Thompson은 “튤립 파동: 진실인가 허구인가? (The tulipmania: Fact or artifact? )”라는 제목의 아티클을 썼는데, 그는 여기서 튤립 파동이 지나치게과열된 시장과 관련이 있는 것이 아닌, 정부가 튤립 선물 계약을 옵션 계약으로 암묵적으로 전환한 것과 관련이 있다고 이야기했습니다.
Language compilers also support the implicit conversion of values for all other standard numeric types except for the conversion of double to float values.
언어 컴파일러는 Double 를 값으로 Single 변환 하는 경우를 제외 하 고 다른 모든 표준 숫자 형식에 대 한 값의 암시적 변환도 지원 합니다.
Implicit conversions are those conversions that occur without specifying either the CAST or CONVERT function.
암시적 변환에서는 CAST 함수나 CONVERT 함수 지정이 필요하지 않습니다. Implicit conversions do not require specification of either the CAST function or the CONVERT function.
The rule follows from the fact that there are no implicit conversions between the decimal type and the double and float types.
There are no implicit conversions between the decimal type and the float or double types.
Implicit conversions are those conversions that occur without specifying either the CAST or CONVERT function.
암시적 변환은 CAST 또는 CONVERT 함수를 지정하지 않은 상태에서 발생하는 변환이고Implicit conversions are those conversions that occur without specifying either the CAST or CONVERT function.
Ahtml as a raw ASCII text/html document without implicit conversion(and suffix. ascii as ASCII text/plain), use the directives.
Ahtml로 끝나는 파일을 암묵적인 변환없이 ASCII text/html 문서로 (그리고. ascii 확장자는 ASCII text/plain으로) 서비스하려면 다음 지시어를 사용한다.
Implicit conversions are those conversions that occur automatically whenever the CAST or CONVERT functions aren't used.
암시적 변환은 CAST 또는 CONVERT 함수를 지정하지 않은 상태에서 발생하는 변환이고Implicit conversions are those conversions that occur without specifying either the CAST or CONVERT function.
Any assignment operation from ODBC DATETIME literals into timetypes will cause an implicit conversion between datetime and this type as defined by the conversion rules.
ODBC DATETIME 리터럴에서 time 형식으로 할당하면 변환 규칙으로 정의된 대로 datetime 과 이러 한 형식 간 에 암시 적 변환 이 발생 합니다. Any assignment operation from ODBC DATETIME literals into timetypes will cause an implicit conversion between datetime and this type as defined by the conversion rules.
Implicit conversion of character strings to datetime or smalldatetime is also considered non-deterministic, unless the compatibility level is set to 80 or earlier.
호환성 수준이 80 이하로 설정되지 않은 경우에 데이터 정렬 간의 비유니코드 문자 데이터를 암시적으로 변환하는 작업도 비결정적인 것으로 간주됩니다. Implicit conversion of non-Unicode character data between collations is also considered nondeterministic, unless the compatibility level is set to 80 or earlier.
Any assignment operation from ODBC DATETIME literals into datetimeoffset types will cause an implicit conversion between datetime and this type as defined by the conversion rules.
ODBC DATETIME 리터럴에서 date 형식으로 할당하면 datetime 과 변환 규칙 이 정의 하 는 형식 간 에 암시 적 변환 이 발생 합니다. Any assignment operation from ODBC DATETIME literals into a date type causes an implicit conversion between datetime and the type that the conversion rules define.
Implicit conversions or explicit conversions that don't specify a style, from date and time types to string literals will be in the default format of the current session.
날짜 및 시간 형식에서 문자열 리터럴로의 암시적 변환 또는 명시적 변환에 스타일을 지정하지 않은 경우 현재 세션의 기본 형식이 지정됩니다. Implicit conversions or explicit conversions that don't specify a style, from date and time types to string literals will be in the default format of the current session.
Any assignment operation from ODBC DATETIME literals into datetimeoffset types will cause an implicit conversion between datetime and this type as defined by the conversion rules.
ODBC DATETIME 리터럴에서 datetime 2 형식 으로 할당 하 면 변환 규칙 으로 정의 된 대로 datetime 과 이러 한 형식 간 에 암시 적 변환 이 발생 합니다. Any assignment operation from ODBC DATETIME literals into datetime 2 types will cause an implicit conversion between datetime and this type as defined by the conversion rules.
For these reasons, no implicit conversions exist between the floating point types and decimal, and without explicit casts, it is not possible to mix floating point and decimal operands in the same expression.
이러한 이유로, 부동 소수점 형식과 decimal사이에는 암시적 변환이 없고 명시적 캐스트가 없어도 동일한 식에서 부동 소수점 및 decimal 피연산자를 혼합할 수 없습니다. For these reasons, no implicit conversions exist between the floating-point types and decimal, and without explicit casts, it is not possible to mix floating-point and decimal operands in the same expression.
Conversion from large-value data types, such as varchar(max), to a smaller counterpart data type, such as varchar, is an implicit conversion, but truncation will occur if the large value is too big for the specified length of the smaller data type.
와 같은 큰 값 데이터에서 변환 형식을 varchar (max)을 같은 더 작은 정수 데이터 형식 varchar, 암시적 변환이 있지만 큰 값에 대 한 너무 큰 경우에 잘림이 지정 된 길이 보다 작은 데이터 형식입니다. Conversion from large-value data types, such as varchar(max), to a smaller counterpart data type, such as varchar, is an implicit conversion, but truncation occurs if the large value is too big for the specified length of the smaller data type.
Language compilers also support the implicit conversion of values for all other standard numeric types except for the conversion of double to float values.
언어 컴파일러도는 암시적 변환을 지원 값의 다른 모든 표준 숫자 형식 변환 제외 하 고 Double 에 Single 값입니다. Language compilers also support the implicit conversion of values for all other standard numeric types except for the conversion of Double to Single values.
Results: 53, Time: 0.0424

How to use "implicit conversion" in a sentence

Again there are two implicit conversion methods.
Apparently, implicit conversion was also an option.
Scala: Which implicit conversion is being used?
Performs an implicit conversion from Color to SpreadsheetColor.
Performs an implicit conversion from SpreadsheetColor to Color.
Performs an implicit conversion from Single to DataGridLength.
Implicit conversion to Iterable[(A, B)] is also supported.
TypeError: no implicit conversion of nil into String.
From Datetime to time, implicit conversion will happen.
Operators follow C# implicit conversion semantics whenever possible.

Word-for-word translation

Top dictionary queries

English - Korean